mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
fix
This commit is contained in:
parent
209ac99054
commit
ed247aeac0
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user