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

How to handle expiration?

Open cocoasoda opened this issue 8 years ago • 4 comments

If a user passed the verification but it goes timeout, how to handle this event?

cocoasoda avatar Nov 20 '16 14:11 cocoasoda

You can add a expiredCallback prop on the Recaptcha Components, and it will be executed when ... the timeout will come.

Spokeek avatar Nov 24 '16 09:11 Spokeek

@appleboy possibly an action point to add expiredCallback documentation to README?

danbahrami avatar Nov 24 '16 14:11 danbahrami

Actually, you have all the features on the "full exemple" page : https://github.com/appleboy/react-recaptcha/blob/master/example/main.js

Spokeek avatar Nov 24 '16 14:11 Spokeek

I will update README.

appleboy avatar Jan 29 '17 05:01 appleboy