This commit is contained in:
Max Hunt 2020-04-26 19:11:20 +01:00
parent 5a8aaed37d
commit 7288817eb2

View File

@ -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])
}