Skip to content

Commit 449af37

Browse files
committed
Fix for deep linking emails
1 parent 4b717dd commit 449af37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const pinia = createPinia();
1010

1111
import App from "./App.vue";
1212
const app = createApp(App);
13-
app.use(pinia).use(auth0).use(router).use(vuetify);
13+
app.use(pinia).use(router).use(auth0).use(vuetify);
1414

1515
registerPlugins(app);
1616

0 commit comments

Comments
 (0)