File tree Expand file tree Collapse file tree
src/app/register-email-form Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ <h1>{{MESSAGE_PREFIX + '.header'|translate}}</h1>
4747 (showNotification) ="showNotification($event) "> </ ds-google-recaptcha >
4848 </ div >
4949
50- < ng-container *ngIf ="(( googleRecaptchaService.captchaVersion() | async) !== 'v2' && (googleRecaptchaService.captchaMode() | async) === 'invisible'); else v2Invisible ">
50+ < ng-container *ngIf ="(!registrationVerification || (( googleRecaptchaService.captchaVersion() | async) !== 'v2' && (googleRecaptchaService.captchaMode() | async) === 'invisible') ); else v2Invisible ">
5151 < button class ="btn btn-primary " [disabled] ="form.invalid || registrationVerification && !isRecaptchaCookieAccepted() || disableUntilChecked " (click) ="register() ">
5252 {{ MESSAGE_PREFIX + '.submit' | translate }}
5353 </ button >
You can’t perform that action at this time.
0 commit comments