xmaestro / angular2-recaptcha

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

Recaptcha not resetting because of falsy value #39

Closed bard10 closed 7 years ago

bard10 commented 8 years ago

ReCaptchaComponent.prototype.reset = function () { if (!this.widgetId) return; //noinspection TypeScriptUnresolvedVariable window.grecaptcha.reset(this.widgetId); }; if widgetId is 0 then captcha wont get resetted

xmaestro commented 7 years ago

@bard10 Version 0.3.3 with this commit should fix it. Please reopen if it still happens.