This commit is contained in:
KANE LAZENI 2026-04-25 12:22:11 +00:00
parent 0475c3aae6
commit b60cf8e42a
2 changed files with 2 additions and 2 deletions

View File

@ -732,9 +732,10 @@
},
error: function(xhr, status, error) {
showError('Erreur lors de la vérification: ' + error);
showError('Erreur lors de la vérification: ' + error_kane);
// showError(xhr.responseText);
// console.log(error);
// console.log(xhr.responseText);
console.log(xhr.responseText);
}
});
}

View File

@ -171,7 +171,6 @@ class FacialVerificationAPI {
'success' => false,
'match' => false,
'message' => $comparisonResult['error'],
// 'attempts_remaining'=> $this->maxAttempts - ($request['attempts'] + 1)
'attempts_remaining'=> ($this->maxAttempts - $request['attempts'])
];
}