mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-08 00:01:28 +01:00
Set checkForBreaches to true (checked) by default.
This commit is contained in:
parent
dfd3c6aa8f
commit
28d5961ed3
@ -59,7 +59,7 @@ export class RegisterComponent extends CaptchaProtectedComponent implements OnIn
|
|||||||
),
|
),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
checkForBreaches: [false],
|
checkForBreaches: [true],
|
||||||
acceptPolicies: [false, [this.acceptPoliciesValidation()]],
|
acceptPolicies: [false, [this.acceptPoliciesValidation()]],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user