diff --git a/webroot/index.html b/webroot/index.html index 3760e181..125026b0 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -110,13 +110,13 @@ } else { showNotification("Failed to auth. Redirecting to login...", "error", 3500); await delay(2000); - window.location.href = "login/"; + window.location.href = "login/index.html"; } } catch (e) { clearAction("startauth"); showNotification("Failed to auth. Redirecting to login...", "error", 3500); await delay(2000); - window.location.href = "login/"; + window.location.href = "login/index.html"; } }