Updated login refresh logic, working on tile grid
This commit is contained in:
@@ -5,8 +5,3 @@ export const userState = atom({
|
||||
key: 'userState',
|
||||
default: undefined as User | undefined
|
||||
});
|
||||
|
||||
export const isAuthenticatedState = atom({
|
||||
key: 'isAuthenticatedState',
|
||||
default: false
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user