a
This commit is contained in:
parent
d6347ce8d1
commit
892109c2a4
|
|
@ -192,7 +192,7 @@ class FacialVerificationAPI {
|
|||
'match' => false,
|
||||
'message' => $comparisonResult['error'],
|
||||
// 'attempts_remaining'=> $this->maxAttempts - ($request['attempts'] + 1)
|
||||
'attempts_remaining'=> $this->maxAttempts - $request['attempts'])
|
||||
'attempts_remaining'=> ($this->maxAttempts - $request['attempts'])
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user