-
Notifications
You must be signed in to change notification settings - Fork 11.7k
fix: Blocked login when dismissed 2FA modal #32482
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
🦋 Changeset detectedLatest commit: c3e0ca9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 33 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Looks like this PR is ready to merge! 🎉 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #32482 +/- ##
===========================================
- Coverage 55.59% 55.58% -0.02%
===========================================
Files 2634 2634
Lines 57252 57273 +21
Branches 11857 11860 +3
===========================================
+ Hits 31832 31837 +5
- Misses 22729 22750 +21
+ Partials 2691 2686 -5
Flags with carried forward coverage won't be shown. Click here to find out more. |
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 know the steps to reproduce the issue are complex, but would it be possible to add some UI tests to ensure the behavior? Executing exactly the steps you attached in the GIF, enabling 2FA, typing user name and pass, pressing ESC, and checking if the login button is enabled?
8c3bdfd
to
9e919b3
Compare
Co-authored-by: Marcos Spessatto Defendi <[email protected]>
4df72a9
to
bce65a7
Compare
ee058dd
Co-authored-by: Tasso Evangelista <[email protected]>
Proposed changes (including videos or screenshots)
Fix infinite loading button in login page when 2FA dismissed.
PR introduces the possibility of a function trigger to Modal dismiss (outside click and escape key).
Before:

After:

Issue(s)
Steps to test or reproduce
Further comments
CORE-202