mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
[SG-1057] Make check breaches true by default (#2351)
This commit is contained in:
parent
0e5d6e79c5
commit
6875389948
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ namespace Bit.App.Pages
|
||||||
SubmitCommand = new Command(async () => await SubmitAsync());
|
SubmitCommand = new Command(async () => await SubmitAsync());
|
||||||
ShowTerms = !_platformUtilsService.IsSelfHost();
|
ShowTerms = !_platformUtilsService.IsSelfHost();
|
||||||
PasswordStrengthViewModel = new PasswordStrengthViewModel(this);
|
PasswordStrengthViewModel = new PasswordStrengthViewModel(this);
|
||||||
|
CheckExposedMasterPassword = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ICommand PoliciesClickCommand => new Command<string>((url) =>
|
public ICommand PoliciesClickCommand => new Command<string>((url) =>
|
||||||
|
|
Loading…
Reference in a new issue