Erwin Jacimino 8 місяців тому
батько
коміт
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();
     // Uncomment these lines when ready to initialize the full app:
-    // initializeLoginModal();
-    // hideGUI();
+    initializeLoginModal();
+    hideGUI();
     // initializeApp();
 });