You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If captcha validation results in error with code "missing-input-response" you probably did not send reCAPTCHA token in variable "g-recaptcha-response".
186
-
Another error you might encounter is "action-mismatch". In this case make sure that the action you specified in captcha config (globally or per content type)
187
-
is the same as the one you use when executing captcha check.
If captcha validation results in error with code `missing-input-response` you probably did not send reCAPTCHA token in variable `g-recaptcha-response`.
232
+
Another error you might encounter is `action-mismatch`. In this case make sure that the action you specified in captcha config (globally or per content type)
233
+
is the same as the one you use when executing captcha check.
0 commit comments