diff --git a/src/App/Pages/Accounts/RegisterPageViewModel.cs b/src/App/Pages/Accounts/RegisterPageViewModel.cs index 46d54350d..c924c0dbc 100644 --- a/src/App/Pages/Accounts/RegisterPageViewModel.cs +++ b/src/App/Pages/Accounts/RegisterPageViewModel.cs @@ -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((url) =>