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 {
|
} else {
|
||||||
showNotification("Failed to auth. Redirecting to login...", "error", 3500);
|
showNotification("Failed to auth. Redirecting to login...", "error", 3500);
|
||||||
await delay(2000);
|
await delay(2000);
|
||||||
window.location.href = "login/";
|
window.location.href = "login/index.html";
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
clearAction("startauth");
|
clearAction("startauth");
|
||||||
showNotification("Failed to auth. Redirecting to login...", "error", 3500);
|
showNotification("Failed to auth. Redirecting to login...", "error", 3500);
|
||||||
await delay(2000);
|
await delay(2000);
|
||||||
window.location.href = "login/";
|
window.location.href = "login/index.html";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue