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
Scenario:
User has a tab 1 open and is logged in, accessing the website
User opens a copy of tab 1 (tab 2), then logs out and into a separate account
User closes tab 2 and returns to tab 1
Currently the application locks up, ideally it should update and continue on normally with the new user subject & token. Likely an issue in how I am handling the getUser() Observable in the tenant manager service.
The text was updated successfully, but these errors were encountered:
Scenario:
User has a tab 1 open and is logged in, accessing the website
User opens a copy of tab 1 (tab 2), then logs out and into a separate account
User closes tab 2 and returns to tab 1
Currently the application locks up, ideally it should update and continue on normally with the new user subject & token. Likely an issue in how I am handling the getUser() Observable in the tenant manager service.
The text was updated successfully, but these errors were encountered: