diff --git a/src/App/Pages/Accounts/UpdateTempPasswordPageViewModel.cs b/src/App/Pages/Accounts/UpdateTempPasswordPageViewModel.cs index 099b0d8ff..be846a233 100644 --- a/src/App/Pages/Accounts/UpdateTempPasswordPageViewModel.cs +++ b/src/App/Pages/Accounts/UpdateTempPasswordPageViewModel.cs @@ -121,7 +121,7 @@ namespace Bit.App.Pages // Clear the force reset password reason await _stateService.SetForcePasswordResetReasonAsync(null); - _platformUtilsService.ShowToast("success", null, AppResources.UpdatedMasterPassword); + _platformUtilsService.ShowToast(null, null, AppResources.UpdatedMasterPassword); UpdateTempPasswordSuccessAction?.Invoke(); }