mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-17 16:23:56 +00:00
chore: increase token timeout
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user