- Creato Sito TerraDellaVisione

- Corretto Duplicazione Sito (es: da 1 a 14)
This commit is contained in:
Paolo Arena
2022-05-14 00:32:48 +02:00
parent 4beee58a42
commit 0bffc765b2
74 changed files with 4317 additions and 337 deletions

View File

@@ -1369,6 +1369,14 @@ export const useGlobalStore = defineStore('GlobalStore', {
userStore.logout()
this.rightDrawerOpen = true
return false
} else {
// Sbianca cmq i dati
const token = localStorage.getItem(toolsext.localStorage.token)
if (token) {
userStore.logout()
this.rightDrawerOpen = true
return false
}
}
}
}