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
Describe the bug
When a user is signed out and they try to directly access a game link, they are redirected to the home page with no warning.
Expected behavior
Somewhere in the redirection process, the user should be able to see a message telling them that they are being redirected because they must sign in to view game pages.
The text was updated successfully, but these errors were encountered:
This may need further discussion. This behavior currently exists because we want the user to be smoothly redirected after clicking the sign out button. Is showing a warning every time a user signs out going to be problematic in terms of user experience?
I have a feeling this might be a little difficult to implement based on how Firebase Auth works with the sign out process. This doesn't seem like a super high priority to me so I'll take a look at this some time next week.
Describe the bug
When a user is signed out and they try to directly access a game link, they are redirected to the home page with no warning.
Expected behavior
Somewhere in the redirection process, the user should be able to see a message telling them that they are being redirected because they must sign in to view game pages.
The text was updated successfully, but these errors were encountered: