a
This commit is contained in:
parent
a36d4b948b
commit
747e55df39
|
|
@ -301,6 +301,9 @@ class FacialVerificationAPI {
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var_dump($this->maxAttempts);
|
||||||
|
exit;
|
||||||
|
|
||||||
// 2. Vérifier le nombre de tentatives
|
// 2. Vérifier le nombre de tentatives
|
||||||
if ($request['attempts'] >= $this->maxAttempts) {
|
if ($request['attempts'] >= $this->maxAttempts) {
|
||||||
$this->updateVerificationStatus($token, 'failed');
|
$this->updateVerificationStatus($token, 'failed');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user