react-grecaptcha
react-grecaptcha copied to clipboard
Support recaptcha.net domain instead of google.com
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.
I've needed this too. Change up for review: https://github.com/evenchange4/react-grecaptcha/pull/115