From 9e87b03c3b5b0c8daf389b765ae62ef1532058c9 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 23 Apr 2026 19:12:53 +0000 Subject: [PATCH] a --- Contestation/Demandereconnaissancefaciale.php | 13 ++++++------- Contestation/verify_facial_api.php | 1 - 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Contestation/Demandereconnaissancefaciale.php b/Contestation/Demandereconnaissancefaciale.php index 85e2ec2..856bed8 100755 --- a/Contestation/Demandereconnaissancefaciale.php +++ b/Contestation/Demandereconnaissancefaciale.php @@ -508,8 +508,7 @@
- - +
@@ -723,8 +722,8 @@ }), dataType: 'json', success: function(data) { - alert(data); - console.log(data); + // alert(data); + // console.log(data); if (data.success && data.match) { showSuccess(data); } else { @@ -733,9 +732,9 @@ }, error: function(xhr, status, error) { showError('Erreur lors de la vérification: ' + error); - showError(xhr.responseText); - console.log(error); - console.log(xhr.responseText); + // showError(xhr.responseText); + // console.log(error); + // console.log(xhr.responseText); } }); } diff --git a/Contestation/verify_facial_api.php b/Contestation/verify_facial_api.php index 396c435..8e81701 100644 --- a/Contestation/verify_facial_api.php +++ b/Contestation/verify_facial_api.php @@ -269,7 +269,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { exit; } echo json_encode($api->verifyFace($token, $image)); - // $api->verifyFace($token, $image); break; default: