diff --git a/static/app.js b/static/app.js index c003fe3..532edd9 100644 --- a/static/app.js +++ b/static/app.js @@ -58,6 +58,7 @@ async function doLogout() { } async function startApp() { + document.getElementById('loginOverlay').classList.add('hidden'); await loadConfig(); const brand = document.getElementById('navBrand'); diff --git a/static/index.html b/static/index.html index 8eee6cf..2788694 100644 --- a/static/index.html +++ b/static/index.html @@ -9,7 +9,7 @@
-