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