Fixed Loading Error at Login/Tenant Switch
This commit is contained in:
@@ -15,6 +15,7 @@ export const useAuthStore = defineStore("auth", {
|
||||
actions: {
|
||||
async init(token) {
|
||||
await this.fetchMe(token)
|
||||
navigateTo("/")
|
||||
},
|
||||
|
||||
async login(email: string, password: string) {
|
||||
|
||||
Reference in New Issue
Block a user