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
$recaptcha = new Laminas\ReCaptcha\ReCaptcha($pubKeyRecaptchaV3, $privKeyRecaptchaV3);
echo $recaptcha->getHTML();
Expected behavior
No Error.
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.