Skip to content

Commit

Permalink
[SG-1057] Make check breaches true by default (#2351)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebispo5 committed Feb 9, 2023
1 parent 0e5d6e7 commit 6875389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App/Pages/Accounts/RegisterPageViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public RegisterPageViewModel()
SubmitCommand = new Command(async () => await SubmitAsync());
ShowTerms = !_platformUtilsService.IsSelfHost();
PasswordStrengthViewModel = new PasswordStrengthViewModel(this);
CheckExposedMasterPassword = true;
}

public ICommand PoliciesClickCommand => new Command<string>((url) =>
Expand Down

0 comments on commit 6875389

Please sign in to comment.