Added sitemap on nuxt side
This commit is contained in:
2
client/stores/auth.js
vendored
2
client/stores/auth.js
vendored
@@ -48,7 +48,7 @@ export const useAuthStore = defineStore('auth', {
|
||||
|
||||
setUser(user) {
|
||||
if (!user) {
|
||||
console.error('Error.setting.user')
|
||||
console.error('No user, logging out.')
|
||||
this.setToken(null)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user