From 223f5dc3a68094f40cf0b1e11296af220fc5f522 Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Thu, 25 Jul 2024 22:06:39 -0400 Subject: [PATCH] Update sprinkle account plugin --- app/assets/components/NavBar.vue | 2 - app/assets/main.ts | 10 +- app/assets/router/{index.js => index.ts} | 17 +- app/assets/views/AuthView.vue | 4 +- package-lock.json | 630 ++++++++++++----------- package.json | 2 +- 6 files changed, 339 insertions(+), 326 deletions(-) rename app/assets/router/{index.js => index.ts} (77%) diff --git a/app/assets/components/NavBar.vue b/app/assets/components/NavBar.vue index 77ae86fc8..40e241105 100644 --- a/app/assets/components/NavBar.vue +++ b/app/assets/components/NavBar.vue @@ -3,7 +3,6 @@ import { useAuthStore } from '@userfrosting/sprinkle-account/stores' // Logout API variables const auth = useAuthStore() -auth.check() // TODO : Move to main.ts ?