1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

Set checkForBreaches to true (checked) by default. (#4686)

This commit is contained in:
Todd Martin
2023-02-07 12:54:01 -05:00
committed by GitHub
parent dfd3c6aa8f
commit 987c9db8b0

View File

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