Closed xpavp03 closed 3 years ago
Documentation warns against resolving reCaptcha on page load: https://developers.google.com/recaptcha/docs/v3
Note: reCAPTCHA tokens expire after two minutes. If you're protecting an action with reCAPTCHA, make sure to call execute when the user takes the action rather than on page load.
My modification does just that.
Thank you.
Documentation warns against resolving reCaptcha on page load: https://developers.google.com/recaptcha/docs/v3
My modification does just that.