From 892109c2a4c49580672e88c998667acbe43242b0 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 24 Feb 2026 05:57:54 +0000 Subject: [PATCH] a --- Contestation/verify_facial_api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contestation/verify_facial_api.php b/Contestation/verify_facial_api.php index 676ce6d..96c5103 100644 --- a/Contestation/verify_facial_api.php +++ b/Contestation/verify_facial_api.php @@ -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']) ]; }