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
Adds support for loading reCaptcha scripts from recaptcha.net instead of google.com. To do this, just set useGlobalDomain property on ngx components to true.
Runs both Invisible reCaptcha and reCaptcha3 outside of angular zone as well (previous version did this only for reCaptcha 2). This should help prevent time outs during testing.