mirror of
https://github.com/bitwarden/mobile
synced 2026-01-14 14:33:46 +00:00
[AC-1070] Remove type from ShowToast call
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user