react-recaptcha
react-recaptcha copied to clipboard
How to handle expiration?
If a user passed the verification but it goes timeout, how to handle this event?
You can add a expiredCallback prop on the Recaptcha Components, and it will be executed when ... the timeout will come.
@appleboy possibly an action point to add expiredCallback documentation to README?
Actually, you have all the features on the "full exemple" page : https://github.com/appleboy/react-recaptcha/blob/master/example/main.js
I will update README.