mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Turn off checking for breaches in web for now (#4698)
This commit is contained in:
@@ -63,6 +63,8 @@ export class RegisterFormComponent extends BaseRegisterComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async ngOnInit() {
|
async ngOnInit() {
|
||||||
|
// TODO: Remove once breach checks are added for web
|
||||||
|
this.formGroup.patchValue({ checkForBreaches: false });
|
||||||
await super.ngOnInit();
|
await super.ngOnInit();
|
||||||
this.referenceData = this.referenceDataValue;
|
this.referenceData = this.referenceDataValue;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user