1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

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

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;