From b3ff32ce9e5e3ded78d80824b305f8c0cf431292 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 23 Feb 2026 09:23:52 +0000 Subject: [PATCH] a --- Contestation/verify_facial_api.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contestation/verify_facial_api.php b/Contestation/verify_facial_api.php index 925c546..23cad05 100644 --- a/Contestation/verify_facial_api.php +++ b/Contestation/verify_facial_api.php @@ -301,9 +301,6 @@ class FacialVerificationAPI { ]; } - var_dump($this->maxAttempts); - exit; - // 2. Vérifier le nombre de tentatives if ($request['attempts'] >= $this->maxAttempts) { $this->updateVerificationStatus($token, 'failed'); @@ -317,6 +314,9 @@ class FacialVerificationAPI { // 3. Enregistrer la photo capturée $capturedPhotoPath = $this->saveCapturedImage($request['assure_id'], $capturedImageBase64); + var_dump($capturedPhotoPath); + exit; + // 4. Comparer les visages $comparisonResult = $this->compareFaces( $request['photo_reference_path'],