Open 1kUHuiswkvj7spRO opened 6 years ago
Adding data-callback to the g-recaptcha class, allowing the javascript to enable the login button once the user has clicked the reCAPTCHA checkbox.
I think you forgot to commit recaptcha.js (referenced in $this->include_script('recaptcha.js');) :-)
recaptcha.js
$this->include_script('recaptcha.js');
Adding data-callback to the g-recaptcha class, allowing the javascript to enable the login button once the user has clicked the reCAPTCHA checkbox.