You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authentication should be stored in React context, so it can be accessed across the application. Currently it is just using local storage and requires a refresh to update the auth "state".
Authentication should be stored in React context, so it can be accessed across the application. Currently it is just using local storage and requires a refresh to update the auth "state".