Skip to content

Commit 4d010b4

Browse files
authored
chore(js): Update documentation link in Smart CAPTCHA errors (#7474)
1 parent a70084c commit 4d010b4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/seven-brooms-wink.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/clerk-js': patch
3+
---
4+
5+
Update documentation link in Smart CAPTCHA errors

packages/clerk-js/src/utils/captcha/turnstile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const getTurnstileToken = async (opts: CaptchaOptions) => {
129129
captchaSize = size;
130130
} else {
131131
console.error(
132-
'Cannot initialize Smart CAPTCHA widget because the `clerk-captcha` DOM element was not found; falling back to Invisible CAPTCHA widget. If you are using a custom flow, visit https://clerk.com/docs/guides/development/custom-flows/bot-sign-up-protection for instructions',
132+
'Cannot initialize Smart CAPTCHA widget because the `clerk-captcha` DOM element was not found; falling back to Invisible CAPTCHA widget. If you are using a custom flow, visit https://clerk.com/docs/guides/development/custom-flows/authentication/bot-sign-up-protection for instructions',
133133
);
134134
}
135135
}

0 commit comments

Comments
 (0)