GoogleReCaptcha.V3
GoogleReCaptcha.V3 copied to clipboard
Whats next after request returned fail?
I implemented recaptcha v3 in asp.net core app using your code (thank you!). it works to the point of failure. While response is success
and the score is good enough. Once IsCaptchaPassedAsync
returns false - there is no way for the user to fix that.
The only reaction is - displaying an error.
I would expect the captcha turn from invisible to full blown captcha so user can confirm he is not a bot.. otherwise there is no way forward - you can just sit and stare at the screen forever..
How to fix it?
P.S. I ran your sample web too - it just shows "Failure" on the webpage but no way to rectify it (there is this captcha element in the bottom right corner that you can hover over and it expands but nothing else - click, double click, right-click - no reaction)