This commit is contained in:
KANE LAZENI 2026-04-25 12:44:52 +00:00
parent bd2bf4f489
commit f93ffffd17

View File

@ -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);