This commit is contained in:
KANE LAZENI 2026-05-13 17:10:51 +00:00
parent 51fda99731
commit 4b1ffd15fd

View File

@ -920,7 +920,8 @@
if (data.attempts_remaining > 0) { if (data.attempts_remaining > 0) {
setTimeout(() => { setTimeout(() => {
location.reload(); location.reload();
}, 5000); // }, 5000);
}, 10000);
} }
} }