This commit is contained in:
naielv
2025-08-04 20:35:57 +02:00
parent f2588fc50f
commit 5f2ef09672
2 changed files with 3 additions and 1 deletions

View File

@@ -996,7 +996,7 @@ setInterval(() => {
Booted = true;
document.getElementById("loading").style.display = "none";
if (!SUB_LOGGED_IN) {
open_page("login");
setUrlHash("login");
return;
}
document.getElementById("appendApps").style.display = "block";