-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: check for existing account when logging out #3082
Conversation
📖 The updated storybook is available here |
1 similar comment
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
@Mnickii Running this code using This is due to there not being an active account returned when calling active account in the repeated attempt to clear the localStorage item, suggest that we clean up that logout method in mgt-login to fix these issues. |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
📖 The updated storybook is available here |
|
Closes #2933
PR Type
Bugfix
Description of the changes
Check for existing active account when logging out.
PR checklist
yarn build
) and changes have been tested in at least two supported browsers (Edge + non-Chromium based browser)yarn setLicense
)Other information