update app_logic.js

This commit is contained in:
naielv
2025-08-26 15:05:32 +02:00
parent b4700f46fd
commit e084d42eb3

View File

@@ -38,7 +38,7 @@ function open_page(params) {
EventListeners.GunJS.forEach(ev => ev.off());
EventListeners.Timeout.forEach(ev => clearTimeout(ev));
EventListeners.Interval.forEach(ev => clearInterval(ev));
if (SUB_LOGGED_IN != true) {
if (SUB_LOGGED_IN != true && params != "login,setup") {
PAGES["login"].index();
return;
}