Add a leaderboard filter, render optimisations and custom errors
This commit is contained in:
@ -51,6 +51,7 @@ export default {
|
||||
onAuthStateChanged(auth, (user) => {
|
||||
user ? this.isLoggedIn = true : this.isLoggedIn = false
|
||||
store.setLoginStatus(this.isLoggedIn)
|
||||
store.isWaitingForLoginStatus = false
|
||||
})
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user