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
With the completion of the dropdown provided by #134 there is an option to Sign In and Sign Out of the room.
As a user when I first join the room I will be treated as an anonymous user. I can then Sign In once #15 has been completed. Now I want to be able to Sign Out
If I am Signed In, under the profile dropdown there is an option to Sign Out.
This will present the user with a overlay containing the text stating "Are you sure you want to Sign Out?". In addition, if the room's Save button is enabled then the message will also state "you will lose all unsaved room changes"
This overlay will also contain the following options "Yes" and "No"
After clicking "Yes" then all relevant user data will be removed from the room component and the user will become anonymous.
After clicking "No" then the modal will close
The text was updated successfully, but these errors were encountered:
With the completion of the dropdown provided by #134 there is an option to Sign In and Sign Out of the room.
As a user when I first join the room I will be treated as an anonymous user. I can then Sign In once #15 has been completed. Now I want to be able to Sign Out
The text was updated successfully, but these errors were encountered: