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