chore: increase token timeout

This commit is contained in:
Ax333l
2023-03-27 20:21:34 +02:00
committed by GitHub
parent 8da38befe1
commit 32bb3915df

View File

@@ -64,7 +64,7 @@
setTimeout(async () => {
await goto('/poll/token-expired/');
localStorage.setItem('expired-token', botToken);
}, 300000);
}, 600000);
window.use_token = exchange_token;
window.submit_poll = submitBallot;