From 57f446e11b03eccb53fe66e83855e6813dbb0ed8 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 23 Feb 2026 04:32:15 +0000 Subject: [PATCH] a --- Contestation/Demandereconnaissancefaciale.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contestation/Demandereconnaissancefaciale.php b/Contestation/Demandereconnaissancefaciale.php index 9091b31..c64399d 100755 --- a/Contestation/Demandereconnaissancefaciale.php +++ b/Contestation/Demandereconnaissancefaciale.php @@ -576,12 +576,12 @@ $.ajax({ url: 'verify_facial_api.php', method: 'POST', - // contentType: 'application/json', + contentType: 'application/json', data: JSON.stringify({ action: 'validate_token', token: verificationToken }), - // dataType: 'json', + dataType: 'json', success: function(data) { alert("succes => " + data); console.log('Réponse JSON :', data);