More Autofill fixes (#1425)

This commit is contained in:
Oscar Hinton 2021-06-11 15:20:21 +02:00 committed by GitHub
parent 2b8dbde923
commit df412e75d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -514,6 +514,11 @@ namespace Bit.App.Pages
canOpenFile = false;
}
if (!await PromptPasswordAsync())
{
return;
}
await _deviceActionService.ShowLoadingAsync(AppResources.Downloading);
try
{