forked from olcxjas-softworks/LarpixClient
Android webview fix
This commit is contained in:
parent
4942043ae3
commit
10d8045f0f
1 changed files with 2 additions and 2 deletions
|
|
@ -110,13 +110,13 @@
|
|||
} else {
|
||||
showNotification("Failed to auth. Redirecting to login...", "error", 3500);
|
||||
await delay(2000);
|
||||
window.location.href = "login/";
|
||||
window.location.href = "login/index.html";
|
||||
}
|
||||
} catch (e) {
|
||||
clearAction("startauth");
|
||||
showNotification("Failed to auth. Redirecting to login...", "error", 3500);
|
||||
await delay(2000);
|
||||
window.location.href = "login/";
|
||||
window.location.href = "login/index.html";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue