Conversation
…r to is not found in the DOM
🦋 Changeset detectedLatest commit: 0b7d139 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
dimkl
left a comment
There was a problem hiding this comment.
❓ How did the captchaPublicKeyInvisible was populated up until now? Wasn;t the invisible mode the default up until now?
I am mostly asking because it seems that this is a fix, not a feat :/
@dimkl you are right, the default one until now was Invisible. This |
|
I'm confused as to why we need 2 site keys at the same time. Don't we already know how to use a sitekey of type invisible ? |
|
@panteliselef The |
…isible-turnstile-clerkjs
Description
This PR:
captcha_public_key_invisibleCAPTCHA key alongside with the main key, so it can fallback toinvisibleCAPTCHA if theclerk-captchaelement is not found in the DOM.unsupported-callbackprop of the CF Turnstile, to show error when the browser is not supported.captcha_widget_typeprop in the/sign_upsPOST request to FAPI to let it know what widget type was used.always_visiblewidget type option.Checklist
npm testruns as expected.npm run buildruns as expected.Type of change