feat(auth): add accessToken field to the store
This commit is contained in:
@@ -77,6 +77,7 @@ export const useAuthStore = create<AuthStore>()((set) => ({
|
|||||||
set({
|
set({
|
||||||
status: "unauthenticated",
|
status: "unauthenticated",
|
||||||
user: undefined,
|
user: undefined,
|
||||||
|
accessToken: undefined,
|
||||||
error: null,
|
error: null,
|
||||||
});
|
});
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user