Enngage / ngx-captcha

ReCaptcha components for Angular. Live preview:
https://enngage.github.io/ngx-captcha/
MIT License
151 stars 48 forks source link

[Fix] Fixed wrong call to registerCaptchaScript with boolean when ask… #133

Closed hanschrome closed 2 years ago

hanschrome commented 2 years ago

…ing configuration caused error on $ ng build

Error: projects/ngx-captcha-lib/src/lib/components/base-recaptcha.component.ts:317:7 - error TS2559: Type 'boolean' has no properties in common with type 'RecaptchaConfiguration'.

  317       this.useGlobalDomain,
            ~~~~~~~~~~~~~~~~~~~~