From 7288817eb25e6899c2eae7209b81f9da3fab99b3 Mon Sep 17 00:00:00 2001 From: Max Hunt Date: Sun, 26 Apr 2020 19:11:20 +0100 Subject: [PATCH] Update --- functions/views/js/fAuth.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/views/js/fAuth.js b/functions/views/js/fAuth.js index b0fd7ae..b727458 100644 --- a/functions/views/js/fAuth.js +++ b/functions/views/js/fAuth.js @@ -69,7 +69,8 @@ function signinwithemail(){ function signout(){ firebase.auth().signOut() - window.location.replace(window.location.href.split("?")[0]) + window.location.replace('home') + // window.location.replace(window.location.href.split("?")[0]) }