No loading indication or spinner when user clicks "verify" on captcha overlay
When using HCaptcha through react component
<HCaptcha sitekey={SITE_KEY} onVerify={(token, ekey) => handleVerificationSuccess(token, ekey)} />
The user sees the various challenges, however when they click "verify" there is no visual feedback that verify is clicked and it looks like app is hanging for 5-10 seconds before the UI responds.
Is there a way to ensure the Verify button in the UI shows a loading spinner to allow user to understand that there is something happening?
using v 1.11.3
Hi @kimdanielarthur-cowlabs, Thank you a lot for bringing this up! Let me discuss it with the team. We will keep you posted.
Best Regards, hCaptcha Dev Team
Great thanks! Switched back to google re-captcha meanwhile