You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to handle reCAPTCHA errors using errored event emitter according to current documentation, I realized it does not work because it was introduced on a newer ng-recaptcha version (11.0.0) than the one I use in my project (6.1.0). Before it was introduced, 'errored' was named 'error', but it seems it does not work either, at least by trying to interact with reCAPTCHA after setting the network to "Offline". Am I right? How should we handle errors if so?
By the way, I have set errorMode property as 'handle' properly and am using invisible reCAPTCHA.
Thanks in advance for your help, really appreciate your work.
Lib versions:
ng-recaptcha: 6.1.0
Angular: 7
Typescript: 3.2.4
The text was updated successfully, but these errors were encountered:
Summary
I'm submitting a:
Description
While trying to handle reCAPTCHA errors using errored event emitter according to current documentation, I realized it does not work because it was introduced on a newer ng-recaptcha version (11.0.0) than the one I use in my project (6.1.0). Before it was introduced, 'errored' was named 'error', but it seems it does not work either, at least by trying to interact with reCAPTCHA after setting the network to "Offline". Am I right? How should we handle errors if so?
By the way, I have set errorMode property as 'handle' properly and am using invisible reCAPTCHA.
Thanks in advance for your help, really appreciate your work.
Lib versions:
The text was updated successfully, but these errors were encountered: