feat(auth): add accessToken field to the store
This commit is contained in:
@@ -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