Closed bard10 closed 7 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
ReCaptchaComponent.prototype.reset = function () { if (!this.widgetId) return; //noinspection TypeScriptUnresolvedVariable window.grecaptcha.reset(this.widgetId); };
@bard10 Version 0.3.3 with this commit should fix it. Please reopen if it still happens.
ReCaptchaComponent.prototype.reset = function () { if (!this.widgetId) return; //noinspection TypeScriptUnresolvedVariable window.grecaptcha.reset(this.widgetId); };
if widgetId is 0 then captcha wont get resetted