Turn off checking for breaches in web for now (#4698)

This commit is contained in:
Robyn MacCallum 2023-02-08 17:29:54 -05:00 committed by GitHub
parent 12f820b88c
commit 9a20bda169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ export class RegisterFormComponent extends BaseRegisterComponent {
}
async ngOnInit() {
// TODO: Remove once breach checks are added for web
this.formGroup.patchValue({ checkForBreaches: false });
await super.ngOnInit();
this.referenceData = this.referenceDataValue;