From f93ffffd17261587904516e47acab291ebb7106a Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 25 Apr 2026 12:44:52 +0000 Subject: [PATCH] a --- Contestation/Demandereconnaissancefaciale.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contestation/Demandereconnaissancefaciale.php b/Contestation/Demandereconnaissancefaciale.php index 83c400b..bee1c54 100755 --- a/Contestation/Demandereconnaissancefaciale.php +++ b/Contestation/Demandereconnaissancefaciale.php @@ -703,7 +703,6 @@ function verifyPhoto() { v_csrf_token=$("#csrf_token").val(); - // alert("verifyPhoto => "+v_csrf_token); showStep('step-verifying'); @@ -722,7 +721,7 @@ }), dataType: 'json', success: function(data) { - alert(data); + alert("success"); console.log(data); if (data.success && data.match) { showSuccess(data); @@ -731,7 +730,8 @@ } }, error: function(xhr, status, error) { - // showError('Erreur lors de la vérification: ' + error); + alert("error"); + showError('Erreur lors de la vérification: ' + error); showError(xhr.responseText); console.log(error); console.log(xhr.responseText);