-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Adjust 2FA step 2 behaviour to move QR code into a modal #22775
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
Conversation
dc46797
to
e045c25
Compare
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.
Left some minor comments. Besides that some UI tests are failing and need to be updated. Otherwise this looks good to me and everything worked as expected during some local testing.
05005f6
to
9d20f5c
Compare
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.
Failing tests are unrelated. Everything looks fine to me now.
Description:
Adjust step 2 of the 2FA setup to only show the QR code after clicking a button to prevent it from being seen unexpectedly.
Based on a desk-check review with product, I've also slightly moved the icon in the copy code button and did a small enhancement to the modal mechanism to allow to select which element should be focused when the modal is opened.
Fixes #18667.
Ref DEV-14129.
Review