1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

Set checkForBreaches to true (checked) by default.

This commit is contained in:
Todd Martin 2023-02-07 12:38:03 -05:00
parent dfd3c6aa8f
commit 28d5961ed3
No known key found for this signature in database
GPG Key ID: 663E7AF5C839BC8F

View File

@ -59,7 +59,7 @@ export class RegisterComponent extends CaptchaProtectedComponent implements OnIn
),
],
],
checkForBreaches: [false],
checkForBreaches: [true],
acceptPolicies: [false, [this.acceptPoliciesValidation()]],
},
{