Fixed Loading Error at Login/Tenant Switch

This commit is contained in:
2025-09-16 17:33:57 +02:00
parent cd1d9f4cf2
commit 95a122c4bf
3 changed files with 5 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ export const useAuthStore = defineStore("auth", {
actions: {
async init(token) {
await this.fetchMe(token)
navigateTo("/")
},
async login(email: string, password: string) {