1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 23:03:23 +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) private bool FieldIsUsername(Field f)
{ {
return f.InputType.HasFlag(InputTypes.TextVariationEmailAddress) || return f.InputType.HasFlag(InputTypes.TextVariationWebEmailAddress) || FieldHasUsernameTerms(f);
f.InputType.HasFlag(InputTypes.TextVariationWebEmailAddress) || FieldHasUsernameTerms(f);
} }
private bool FieldHasUsernameTerms(Field f) private bool FieldHasUsernameTerms(Field f)