mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-11 19:31:50 +01:00
More Autofill fixes (#1425)
This commit is contained in:
parent
2b8dbde923
commit
df412e75d1
@ -514,6 +514,11 @@ namespace Bit.App.Pages
|
||||
canOpenFile = false;
|
||||
}
|
||||
|
||||
if (!await PromptPasswordAsync())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
await _deviceActionService.ShowLoadingAsync(AppResources.Downloading);
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user