Fix : remove authstore persistence
This commit is contained in:
@@ -21,7 +21,4 @@ export const useAuthStore = defineStore("auth", {
|
|||||||
throw Error("not implemented");
|
throw Error("not implemented");
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
persist: {
|
|
||||||
storage: persistedState.localStorage,
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user