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
When the user is not auth'ed, we display the InfoPage in the StatPage and elsewhere. I did it this way because I like soft redirects, and we have no login page to redirect to anyway.
Once #14 necessitates a login page, we will be able to use vue route guards in the traditional way.
The text was updated successfully, but these errors were encountered:
When the user is not auth'ed, we display the InfoPage in the StatPage and elsewhere. I did it this way because I like soft redirects, and we have no login page to redirect to anyway.
Once #14 necessitates a login page, we will be able to use vue route guards in the traditional way.
The text was updated successfully, but these errors were encountered: