Minor fixes
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
if (nowMs >= expiry+10_000) {
|
||||
if (nowMs >= expiry) {
|
||||
refreshTriggered = true;
|
||||
window.location.reload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user