From 1c7379348915a39f5f5ee8879c48e4060df64c69 Mon Sep 17 00:00:00 2001 From: kevinbiro99 Date: Mon, 2 Sep 2024 14:43:10 -0400 Subject: [PATCH] Modify frontend to trigger action --- frontend/vue-project/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vue-project/src/main.ts b/frontend/vue-project/src/main.ts index aa02d74..086f232 100644 --- a/frontend/vue-project/src/main.ts +++ b/frontend/vue-project/src/main.ts @@ -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()