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, - }, });