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

View File

@@ -39,6 +39,8 @@ PAGES.login = {
SUB_LOGGED_IN_DETAILS = SC_Personas[SUB_LOGGED_IN_ID]
SUB_LOGGED_IN = true
setUrlHash("index")
setUrlHash("index")
setUrlHash("index")
document.getElementById("appendApps").style.display = "unset"
};