Skip to content

Change wording of callout for clarification on CAPTCHA options#2968

Merged
SarahSoutoul merged 3 commits intomainfrom
ss/DOCS-11345
Jan 15, 2026
Merged

Change wording of callout for clarification on CAPTCHA options#2968
SarahSoutoul merged 3 commits intomainfrom
ss/DOCS-11345

Conversation

@SarahSoutoul
Copy link
Contributor

@SarahSoutoul SarahSoutoul commented Jan 15, 2026

🔎 Previews:

What does this solve?

Linear: https://linear.app/clerk/issue/DOCS-11345/feedback-for-guidesdevelopmentcustom-flowsauthenticationbot-sign-up

Users are confused by the Warning callout referencing CAPTCHA type options, since those options have been removed from the Dashboard. For most users, bot protection is now enabled solely via the Bot sign-up protection toggle.

However, after syncing with #team-dashboard, I confirmed that CAPTCHA type options still appear only for applications that previously had the Invisible CAPTCHA type enabled or for users on an older core version of the Dashboard (legacy).

Here is the code showing that behaviour:

{shouldShowInvisibleCaptchaOption ? (
      <LegacyBotProtections
            userSettings={userSettings}
            form={form}
            {...botProtectionsState}
      />
   ) : (
    <BotProtections
      userSettings={userSettings}
      form={form}
       {...botProtectionsState}
   />
)}

What changed?

Changed the wording of the callout to clarify this behaviour.

@SarahSoutoul SarahSoutoul self-assigned this Jan 15, 2026
@vercel
Copy link

vercel bot commented Jan 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
clerk-docs Ready Ready Preview Jan 15, 2026 5:45pm

Review with Vercel Agent

@SarahSoutoul SarahSoutoul marked this pull request as ready for review January 15, 2026 17:17
@SarahSoutoul SarahSoutoul requested a review from a team as a code owner January 15, 2026 17:17
@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

Co-authored-by: Max Barvian <max@barvian.me>
Copy link
Contributor

@manovotny manovotny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could make it a partial, if you want, but changes LGTM!

@SarahSoutoul SarahSoutoul merged commit c5cb8a2 into main Jan 15, 2026
8 checks passed
@SarahSoutoul SarahSoutoul deleted the ss/DOCS-11345 branch January 15, 2026 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants