I am currently utilizing https://www.npmjs.com/package/ngx-captcha/v/11.0.0. <ngx-recaptcha2 #captchaElem [siteKey]="'6Leh1ZIjAAAAAG8g0BuncTRT-VMjh3Y7HblZ9XSZ'" (success)="handleSuccess($event)" [useGlobalDomain]="false" [size]="size" [hl]="lang" [theme]="theme" [type]="'image'" (load)="handleLoad()" formControlName="recaptcha">
Sometimes, when I click on "I am not a robot," it prompts me for image verification, but other times it doesn't request validation at all?
Can anyone explain why this inconsistency occurs? I'd like the image recaptcha to always show up after clicking on "I am not a robot."