mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
dont offer autofill in bitwarden app
This commit is contained in:
@@ -30,7 +30,8 @@ namespace Bit.Android.Autofill
|
||||
var parser = new Parser(structure);
|
||||
parser.ParseForFill();
|
||||
|
||||
if(!parser.FieldCollection.Fields.Any() || string.IsNullOrWhiteSpace(parser.Uri))
|
||||
if(!parser.FieldCollection.Fields.Any() || string.IsNullOrWhiteSpace(parser.Uri) ||
|
||||
parser.Uri == "androidapp://com.x8bit.bitwarden")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user