mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +00:00
[PM-1063] Re-prompt for Master Password Can be Bypassed When Using Gboard Inline Autofill (#2593)
This commit is contained in:
@@ -208,6 +208,11 @@ namespace Bit.App.Pages
|
|||||||
}
|
}
|
||||||
else if (selection == AppResources.Autofill || selection == AppResources.AutofillAndSave)
|
else if (selection == AppResources.Autofill || selection == AppResources.AutofillAndSave)
|
||||||
{
|
{
|
||||||
|
if (cipher.Reprompt != CipherRepromptType.None && !await _passwordRepromptService.ShowPasswordPromptAsync())
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (selection == AppResources.AutofillAndSave)
|
if (selection == AppResources.AutofillAndSave)
|
||||||
{
|
{
|
||||||
var uris = cipher.Login?.Uris?.ToList();
|
var uris = cipher.Login?.Uris?.ToList();
|
||||||
|
|||||||
Reference in New Issue
Block a user