xmaestro/angular2-recaptcha

Invisible reCAPTCHA

Closed this issue · 5 comments

mnn commented

Are planning on supporting Invisible reCAPTCHA? (Or is it already supported? I didn't see anything about it.)

If you pass invisible as the size, it should be an invisible reCAPTCHA.

<re-captcha [size]="'invisible'" [site_key]="'xxxxxx'"></re-captcha>

Should fix this. Please reopen if it doesn't.

mnn commented

Sorry it took so long, it works as described. Thank you :).

Glad it worked :)

@xmaestro @achimha Please , update the documentation to use Angular CLI and to show examples of how it works the invisible captcha. Thanks.