a
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user