xmaestro / angular2-recaptcha

Angular 2 : Typescript component for Google reCaptcha
ISC License
79 stars 30 forks source link

Recaptcha version 3 (invisible mode) not working #109

Open sandersonsoares opened 6 years ago

sandersonsoares commented 6 years ago

I noticed that he makes the request for api from Google. However, the this.captcha.getResponse() method is returning empty.

in my html:

<re-captcha class="center-block" site_key="<MY_SITE_KEY>"
                    (captchaResponse)="handleCorrectCaptcha($event)" [size]="'invisible'"></re-captcha>