Skip to content

Commit

Permalink
Modify frontend to trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbiro99 committed Sep 2, 2024
1 parent a7e3c46 commit 1c73793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vue-project/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const pinia = createPinia()
app.use(pinia)
app.use(router)

// Sync session storage with store state on app created
// Sync session storage with store state on app created.
app.mixin({
created() {
const authStore = useAuthStore()
Expand Down

0 comments on commit 1c73793

Please sign in to comment.