From 987c9db8b0d8a48ef747139ebc69fe1f4d2f5baf Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Tue, 7 Feb 2023 12:54:01 -0500 Subject: [PATCH] Set checkForBreaches to true (checked) by default. (#4686) --- libs/angular/src/components/register.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/angular/src/components/register.component.ts b/libs/angular/src/components/register.component.ts index db4a568adc..51af97a721 100644 --- a/libs/angular/src/components/register.component.ts +++ b/libs/angular/src/components/register.component.ts @@ -59,7 +59,7 @@ export class RegisterComponent extends CaptchaProtectedComponent implements OnIn ), ], ], - checkForBreaches: [false], + checkForBreaches: [true], acceptPolicies: [false, [this.acceptPoliciesValidation()]], }, {