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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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