Browse Source

Set checkForBreaches to true (checked) by default.

pull/4686/head
Todd Martin 3 years ago
parent
commit
28d5961ed3
No known key found for this signature in database
GPG Key ID: 663E7AF5C839BC8F
  1. 2
      libs/angular/src/components/register.component.ts

2
libs/angular/src/components/register.component.ts

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

Loading…
Cancel
Save