-
Notifications
You must be signed in to change notification settings - Fork 557
fix: captcha not rendering for initial signup screen in classic login #2677
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
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2677 +/- ##
==========================================
+ Coverage 42.54% 42.67% +0.12%
==========================================
Files 120 120
Lines 3145 3152 +7
Branches 337 338 +1
==========================================
+ Hits 1338 1345 +7
+ Misses 1713 1712 -1
- Partials 94 95 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ankita10119
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.
After testing and verifying the changes locally, these look good to me.
|
@paebanks Please verify all your commits |
**Added** - feat: add Claude Code PR Review workflow [\#2679](#2679) ([ankita10119](https://github.com/ankita10119)) **Fixed** - fix: captcha not rendering for initial signup screen in classic login [\#2677](#2677) ([paebanks](https://github.com/paebanks))
Changes
When a custom login page that uses Lock.js is initialized with the initialScreen: "signUp" value, we expect the Lock widget to render the signup prompt first. We also expect the initialization logic to render a CAPTCHA widget if a CAPTCHA is expected to be completed for signups.
The initialization does not render the CAPTCHA widget accordingly. The end-user might encounter an error if they submit the signup prompt without having solved a captcha.
References
Testing
Screenshots
Before fix: Captcha Required, but does not render when
initialScreenis set to 'signUp'After fix: Captcha required and is rendered when
initialScreenis set to 'signUp'Screen.Recording.2025-09-29.at.2.27.37.PM.mov
Screen.Recording.2025-09-29.at.1.40.48.PM.mov
Checklist