Added sitemap on nuxt side

This commit is contained in:
Julien Nahum
2024-01-02 18:31:31 +01:00
parent b3740dc1c3
commit db57793932
6 changed files with 16 additions and 39 deletions

View File

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