diff options
author | Tim Visée <tim+github@visee.me> | 2023-01-23 14:35:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-23 13:35:43 +0000 |
commit | 4414090b1d1970e5dcef0bf5bd9eb1c96e38c19b (patch) | |
tree | bdac50c8aa3c7f5f2816263b081aa261262638e1 /autofill-parser | |
parent | 2fbad7ef6b42cc30c5eac79d5d166bba7cba42a4 (diff) |
Add mail as username heuristic term (#2341)
Diffstat (limited to 'autofill-parser')
-rw-r--r-- | autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt index 96813be5..dc03e82b 100644 --- a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt +++ b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt @@ -138,6 +138,7 @@ internal class FormField( "benutzername", "e-mail", "email", + "mail", "login", "user", ) |