fix: remove security notice UI from ask github#930
Conversation
When EXPERIMENT_ASK_GH_ENABLED is true, the sign-up modal should not display the security notice. This is achieved by adding a hideSecurityNotice prop to AuthMethodSelector and using it in the askgh LoginModal. Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
WalkthroughThis change replaces the security notice control mechanism in AuthMethodSelector from a closable prop to a hide prop. LoginModal is updated to pass Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@msukkari your pull request is missing a changelog! |
Remove the security notice from the askfd.fxlcf.dpdns.org sign-up UI.
The security notice is not relevant for askfd.fxlcf.dpdns.org, where users are required to log in, and is removed when
EXPERIMENT_ASK_GH_ENABLEDis active.Linear Issue: SOU-560
Summary by CodeRabbit