Changed Auth

This commit is contained in:
2025-11-09 19:51:32 +01:00
parent 3cd7120b4b
commit 06b97cbdae
2 changed files with 54 additions and 26 deletions

View File

@@ -1,4 +1,9 @@
export default defineNuxtPlugin(async () => {
const auth = useAuthStore()
await auth.init()
console.log("Auth init")
await auth.initStore()
})