Fix : remove authstore persistence

This commit is contained in:
2024-08-03 15:11:32 +02:00
parent 3a88d1c107
commit 2c986fbd97
-3
View File
@@ -21,7 +21,4 @@ export const useAuthStore = defineStore("auth", {
throw Error("not implemented");
},
},
persist: {
storage: persistedState.localStorage,
},
});