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
It seems the callback after this.ngHcaptchaService.verify() runs outisde angular's change detection, I have to wrap it inside this.ngZone.run() to make it work, otherwise my page doesn't update correctly.
Hi,
It seems the callback after
this.ngHcaptchaService.verify()
runs outisde angular's change detection, I have to wrap it inside this.ngZone.run() to make it work, otherwise my page doesn't update correctly.Would it be possible to make your service run the callback inside angular's zone automatically ?
The text was updated successfully, but these errors were encountered: