feat: allow api based auth

This commit is contained in:
Shivam Mishra
2025-05-12 17:35:06 +05:30
parent 4ecc92ad6d
commit a97cf6e4ad
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@ const i18n = createI18n({
const ceOptions = {
configureApp(app) {
store.dispatch('setUser');
app.use(store);
app.use(i18n);
app.use(VueDOMPurifyHTML, domPurifyConfig);