You've already forked AstralRinth
forked from didirus/AstralRinth
Fix broken login button
This commit is contained in:
@@ -163,6 +163,7 @@ export default {
|
||||
this.isDropdownOpen = false
|
||||
},
|
||||
logout() {
|
||||
this.$auth.user = null
|
||||
this.$cookies.remove('auth-token')
|
||||
this.$router.go(null)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user