react-grecaptcha icon indicating copy to clipboard operation
react-grecaptcha copied to clipboard

Support recaptcha.net domain instead of google.com

Open MiroslavPetrik opened this issue 7 years ago • 1 comments

In countries where google domain is blocked this won't work.

It could be configured with a boolean prop. :) Or maybe if that's too specific, you can leave it to the developer, by adding onScriptError prop, which could be passed to the script.onerror - currently I'm not able to handle the error easily.

MiroslavPetrik avatar Oct 12 '18 11:10 MiroslavPetrik

I've needed this too. Change up for review: https://github.com/evenchange4/react-grecaptcha/pull/115

olsonm16 avatar Oct 18 '18 20:10 olsonm16