This commit is contained in:
KANE LAZENI 2026-02-23 09:21:14 +00:00
parent a36d4b948b
commit 747e55df39

View File

@ -301,6 +301,9 @@ class FacialVerificationAPI {
];
}
var_dump($this->maxAttempts);
exit;
// 2. Vérifier le nombre de tentatives
if ($request['attempts'] >= $this->maxAttempts) {
$this->updateVerificationStatus($token, 'failed');