Open ghost opened 4 years ago
Doesn't support recaptcha v3
If I provide site key and private key of a v3 Recaptcha, I get this error: ERROR for site owner: Invalid key type
$recaptcha = new Laminas\ReCaptcha\ReCaptcha($pubKeyRecaptchaV3, $privKeyRecaptchaV3); echo $recaptcha->getHTML();
No Error.
same problem here...
I think this has never supported V3
Summary
Doesn't support recaptcha v3
Current behavior
If I provide site key and private key of a v3 Recaptcha, I get this error: ERROR for site owner: Invalid key type
How to reproduce
Expected behavior
No Error.