Skip to content

Commit

Permalink
For #6439: check response like reCAPCTHA v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Aug 17, 2024
1 parent 8f119f3 commit 16b6a24
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,7 @@
</xf:action>

<!-- Provides access the friendly-captcha response exposed by the JavaScript API -->
<xf:input ref="solution" class="xbl-fr-friendly-captcha-response xforms-hidden">
<xf:action event="xforms-value-changed" if="xxf:non-blank(.)">
<xf:dispatch targetid="fr-friendly-captcha" name="fr-check-response"/>
</xf:action>
</xf:input>
<xf:input ref="solution" class="xbl-fr-friendly-captcha-response xforms-hidden"/>

<!-- Div in which the friendly-captcha is rendered -->
<!-- Add `data-sitekey` even though we pass it through the API, as I have noticed if you tab
Expand Down

0 comments on commit 16b6a24

Please sign in to comment.