Skip to content

Commit

Permalink
chore: update captcha not enabled error message (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
issuedat authored and royanger committed Dec 16, 2024
1 parent 80b7c8b commit 77a4b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/errors/sign-up.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ An index of Clerk errors related to sign-up.
```json
{
"shortMessage": "CAPTCHA not enabled",
"longMessage": "Bot detection can be applied only for production instances which have enabled CAPTCHA.",
"longMessage": "Bot detection can be applied only for instances which have enabled CAPTCHA.",
"code": "captcha_not_enabled"
}
```
Expand Down

0 comments on commit 77a4b01

Please sign in to comment.