This commit is contained in:
Boof 2023-04-12 10:34:08 +02:00 committed by GitHub
parent 209ac99054
commit ed247aeac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {