1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

[SG-1057] Make check breaches true by default (#2351)

(cherry picked from commit 6875389948)
This commit is contained in:
André Bispo
2023-02-09 20:09:52 +00:00
committed by Todd Martin
parent 490b74dd26
commit 00a1e11ff4

View File

@@ -48,6 +48,7 @@ namespace Bit.App.Pages
SubmitCommand = new Command(async () => await SubmitAsync());
ShowTerms = !_platformUtilsService.IsSelfHost();
PasswordStrengthViewModel = new PasswordStrengthViewModel(this);
CheckExposedMasterPassword = true;
}
public ICommand PoliciesClickCommand => new Command<string>((url) =>