Invisible Recaptcha preventing form submission #5770
Unanswered
rohanchkrabrty
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying out phone number authentication with invisible re-captcha.
I have a simple form as below
I am initializing the invisible recaptcha at component mount
The following is the form submission function (loginHandler)
Now, If I provide a valid input everything works and the OTP is sent
But the problem I am facing is for the below flow
auth/invalid-phone-number
I tried to reset the captcha following the doc but 'grecaptcha' is not defined.
Can anyone guide me on how to handle the error / reset recaptcha.
Beta Was this translation helpful? Give feedback.
All reactions