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
{{ message }}
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
Currently the token is only validated after an action is made, after which the user is kicked back to Login. This isn't ideal UX seeing as you have a few options available and it just seems like an error occurred.
Instead let's validate the token before the app loads so that the user is routed immediately to the Login page (or Home if they were on Home) rather than taking the extra step.
The text was updated successfully, but these errors were encountered:
Currently the token is only validated after an action is made, after which the user is kicked back to Login. This isn't ideal UX seeing as you have a few options available and it just seems like an error occurred.
Instead let's validate the token before the app loads so that the user is routed immediately to the Login page (or Home if they were on Home) rather than taking the extra step.
The text was updated successfully, but these errors were encountered: