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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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