fix(web/default): hide sign-up link when password registration disabled - #5118
fix(web/default): hide sign-up link when password registration disabled#5118feitianbubu wants to merge 1 commit into
Conversation
WalkthroughThe SignIn component's sign-up prompt visibility condition is extended to require both general registration and password-based registration to be enabled. The prompt now checks ChangesSign-up Prompt Registration Gate
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
panjinhe
left a comment
There was a problem hiding this comment.
Reviewed by Codex: small focused fix, checks passing.
|
Please disregard my previous approval on this PR. It was submitted by mistake while I was checking the wrong repository. |
51fdfc5 to
2b6f1df
Compare
关闭密码注册后
在登录框上面还会显示注册链接
📝 变更描述 / Description
判断如果当前设置是关闭密码注册的, 则隐藏注册链接
📸 运行证明 / Proof of Work
后台设置:

修改前:

修改后:
