mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Turn off checking for breaches in web for now (#4698)
This commit is contained in:
parent
12f820b88c
commit
9a20bda169
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user