From 2c986fbd9799169ee4190fc77da83bfb8d18ba92 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Sat, 3 Aug 2024 15:11:32 +0200 Subject: [PATCH] Fix : remove authstore persistence --- stores/authStore.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/stores/authStore.ts b/stores/authStore.ts index d771a0d..ce9ee2f 100644 --- a/stores/authStore.ts +++ b/stores/authStore.ts @@ -21,7 +21,4 @@ export const useAuthStore = defineStore("auth", { throw Error("not implemented"); }, }, - persist: { - storage: persistedState.localStorage, - }, });