1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00
This commit is contained in:
larena1
2023-03-06 20:29:28 +01:00
committed by GitHub
parent c4790eb78e
commit 95f5a1ce09

View File

@@ -337,8 +337,7 @@ namespace Bit.Droid.Autofill
private bool FieldIsUsername(Field f)
{
return f.InputType.HasFlag(InputTypes.TextVariationEmailAddress) ||
f.InputType.HasFlag(InputTypes.TextVariationWebEmailAddress) || FieldHasUsernameTerms(f);
return f.InputType.HasFlag(InputTypes.TextVariationWebEmailAddress) || FieldHasUsernameTerms(f);
}
private bool FieldHasUsernameTerms(Field f)