-
Notifications
You must be signed in to change notification settings - Fork 986
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
trigger migration to Keycard from logged in state #12395
Conversation
Jenkins Builds
|
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.
I don't know if nil
in on-cancel
will throw an error or not. Everything else seems fine.
94% of end-end tests have passed
Failed tests (4)Click to expand
Passed tests (67)Click to expand |
Looks good to me! The only thing I could suggest to improve: maybe change the copy for "Log out" popup for this case to explicitly pointing that Log out is required for migration. However, don't think it is a blocker for PR. |
Signed-off-by: Michele Balistreri <[email protected]>
Closes #11778. It logs you out and redirects to the key management UI since it is the safest way to actually perform the migration.
The entry point is from Profile -> Privacy and Settings -> Manage Keys and Storage.
When we do #12336 the menu label will be renamed to whatever we decide it should be called (Migrate account to Keycard I guess)