Updated login refresh logic, working on tile grid

This commit is contained in:
Benjamin Sherriff
2023-12-02 23:07:22 -05:00
parent f3c0955cb2
commit c825c73eb4
6 changed files with 116 additions and 74 deletions

View File

@@ -5,8 +5,3 @@ export const userState = atom({
key: 'userState',
default: undefined as User | undefined
});
export const isAuthenticatedState = atom({
key: 'isAuthenticatedState',
default: false
});