Changed Auth
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
export default defineNuxtPlugin(async () => {
|
||||
const auth = useAuthStore()
|
||||
await auth.init()
|
||||
|
||||
console.log("Auth init")
|
||||
|
||||
await auth.initStore()
|
||||
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user