mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
only show autofills if a fillable login form
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Bit.Android.Autofill
|
||||
var parser = new Parser(structure);
|
||||
parser.Parse();
|
||||
|
||||
if(!parser.FieldCollection.Fields.Any() || string.IsNullOrWhiteSpace(parser.Uri) ||
|
||||
if(!parser.FieldCollection.FillableForLogin || string.IsNullOrWhiteSpace(parser.Uri) ||
|
||||
parser.Uri == "androidapp://com.x8bit.bitwarden" || parser.Uri == "androidapp://android")
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user