From ed247aeac0012d030104314b7c6beb94f6afddc3 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 12 Apr 2023 10:34:08 +0200 Subject: [PATCH] fix --- admin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/index.js b/admin/index.js index 03eebfb..618fa55 100644 --- a/admin/index.js +++ b/admin/index.js @@ -88,7 +88,7 @@ document.getElementById("googleSignButton").addEventListener("click", function ( -auth().onAuthStateChanged(function (user) { +auth.onAuthStateChanged(function (user) { if (user) { window.location.href="ui/index.html"; } else {