Open sandersonsoares opened 6 years ago
I noticed that he makes the request for api from Google. However, the this.captcha.getResponse() method is returning empty.
this.captcha.getResponse()
in my html:
<re-captcha class="center-block" site_key="<MY_SITE_KEY>" (captchaResponse)="handleCorrectCaptcha($event)" [size]="'invisible'"></re-captcha>
I noticed that he makes the request for api from Google. However, the
this.captcha.getResponse()
method is returning empty.in my html: