You can use a reference. Just make a reference say const capRef = useRef(null); Pass this in the reference prop of reCaptcha component, Then you can use this reference to refresh the page with any function. For example Refresh CAPTCHA Then in your onClick function, you can do capRef.current.reset(); Hope this helps!
How did you implemented your Backend Validation?
er what about validating the response from google??
in the backend, google gives a post endpoint to verify, it will reply whether it is verified, hostname and action name.
Thank you so much Helpful for me
Hi! how do you get the traffic light identification pop-up? I only get to select the checkbox.
Just try in Incognito mode
Is there any library which is open source. This is a free service. Also what about platform based apps.
thank you so much
Thank you for your video, very good step by step !
where is the port number..
But where can we get gtoken?
Legend. Thank you!
Thank you. ☺️
Is this a React video or Uncharted?
haha... nice question
great 👍
Thank you 👍
👌👍
Thanks Aman Jain bhai
Everyone should subscribe. He made it easy for us. Thanks
Thanks man, I appreciate your support..
What is onChange logic
tysm
How to refresh captcha in react
When we log out and come back to login page, recaptcha is not visible
@@sanjuk3185 any solution you got for this?
@@kushagraporwal4591 reaptcha is solution, I found later..
You can use a reference. Just make a reference say const capRef = useRef(null);
Pass this in the reference prop of reCaptcha component,
Then you can use this reference to refresh the page with any function. For example
Refresh CAPTCHA
Then in your onClick function, you can do
capRef.current.reset();
Hope this helps!