Hi there! I'm using this package in a Next.js app and find that on the page where I have the <GoogleReCaptcha> component placed, the onVerify callback is called very rapidly and new tokens are constantly generated.
I just wanted to know if this is expected.
I'm not doing anything fancy with the component, but here's what the code looks like (roughly):
Hi there! I'm using this package in a Next.js app and find that on the page where I have the
<GoogleReCaptcha>
component placed, theonVerify
callback is called very rapidly and new tokens are constantly generated.I just wanted to know if this is expected.
I'm not doing anything fancy with the component, but here's what the code looks like (roughly):