mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-03 08:04:25 +02:00
chore: increase token timeout
This commit is contained in:
parent
8da38befe1
commit
32bb3915df
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user