Erwin Jacimino 8 месяцев назад
Родитель
Сommit
ebc19e8a67
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      public/main/js/app.js

+ 2 - 2
public/main/js/app.js

@@ -1028,8 +1028,8 @@ document.addEventListener("DOMContentLoaded", async () => {
     
     
     createGlobalLoader();
     createGlobalLoader();
     // Uncomment these lines when ready to initialize the full app:
     // Uncomment these lines when ready to initialize the full app:
-    // initializeLoginModal();
-    // hideGUI();
+    initializeLoginModal();
+    hideGUI();
     // initializeApp();
     // initializeApp();
 });
 });