Android webview fix

This commit is contained in:
olcxja 2026-05-08 18:24:08 +02:00
commit 10d8045f0f

View file

@ -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";
}
}