You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose adding a prop to enable recaptcha in localhost.
For example:
<ReCAPTCHA
sitekey="Your client site key"
onChange={onChange}
allowAnyHost
/>
It would be beneficial to develop the Recaptcha in localhost. In my case, I needed to contact folks to access Admin Console to enable localhost which was time-consuming.
The text was updated successfully, but these errors were encountered:
react-google-recaptcha version: 3.1.0
react-async-script version: 1.2.0
I propose adding a prop to enable recaptcha in localhost.
For example:
It would be beneficial to develop the Recaptcha in localhost. In my case, I needed to contact folks to access Admin Console to enable localhost which was time-consuming.
The text was updated successfully, but these errors were encountered: