Skip to content
Snippets Groups Projects
Commit d09585da authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

refactor: move authStore.init into main.js

parent 176a4cd2
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,4 @@ const modules = computedIter(function* () {
}
}
})
authStore.init()
</script>
......@@ -66,3 +66,5 @@ watchEffect(async () => {
}
}
})
void authStore.init()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment