From 0f5495d621a1b1f7a13a38e85512600e82437105 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 13 May 2026 17:56:59 +0000 Subject: [PATCH] a --- Contestation/Demandereconnaissancefaciale.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Contestation/Demandereconnaissancefaciale.php b/Contestation/Demandereconnaissancefaciale.php index 4623fea..9a08535 100755 --- a/Contestation/Demandereconnaissancefaciale.php +++ b/Contestation/Demandereconnaissancefaciale.php @@ -888,8 +888,7 @@ showStep('step-result'); // Redirection automatique après 3 secondes - // startCountdown(3, () => { - startCountdown(10, () => { + startCountdown(3, () => { // On recharge la page location.reload(); }); @@ -919,8 +918,7 @@ if (data.attempts_remaining > 0) { setTimeout(() => { location.reload(); - // }, 5000); - }, 10000); + }, 5000); } }