This commit is contained in:
KANE LAZENI 2026-05-13 17:08:45 +00:00
parent 8a8529aa4d
commit 51fda99731

View File

@ -889,7 +889,8 @@
showStep('step-result');
// Redirection automatique après 3 secondes
startCountdown(3, () => {
// startCountdown(3, () => {
startCountdown(10, () => {
// On recharge la page
location.reload();
});