feature/state-and-data-fetching #1
@@ -77,6 +77,7 @@ export const useAuthStore = create<AuthStore>()((set) => ({
|
||||
set({
|
||||
status: "unauthenticated",
|
||||
user: undefined,
|
||||
accessToken: undefined,
|
||||
error: null,
|
||||
});
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user