This commit is contained in:
KANE LAZENI 2026-05-13 17:56:59 +00:00
parent 8a9374621f
commit 0f5495d621

View File

@ -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);
}
}