diff --git a/src/App/Pages/Vault/ViewPageViewModel.cs b/src/App/Pages/Vault/ViewPageViewModel.cs index 5ad2cc980..02fa74eb7 100644 --- a/src/App/Pages/Vault/ViewPageViewModel.cs +++ b/src/App/Pages/Vault/ViewPageViewModel.cs @@ -514,6 +514,11 @@ namespace Bit.App.Pages canOpenFile = false; } + if (!await PromptPasswordAsync()) + { + return; + } + await _deviceActionService.ShowLoadingAsync(AppResources.Downloading); try {