-
Notifications
You must be signed in to change notification settings - Fork 3
fix: logout error #460
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: logout error #460
Conversation
dennisvankekem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks clean,
Tested on cluster with Chrome, Firefox and Safari. Also tested logout cancelation and multiple browsers at the same time. For some reason I didn't get the object storage wizard pop up in Chrome, only in Firefox, but I think that's not related to this PR
Ani1357
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and it is working as expected.
Tested as a:
team user
team admin
platform admin
We store showObjWizard value in the browser local storage. I might be the reason. |
Implements
https://jira.linode.com/browse/APL-370
Description
This PR fixes logout errors and updates error handling.
Is paired with: linode/apl-api#584