mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 23:03:23 +00:00
Remove
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user