aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser
diff options
context:
space:
mode:
authorTim Visée <tim+github@visee.me>2023-01-23 14:35:43 +0100
committerGitHub <noreply@github.com>2023-01-23 13:35:43 +0000
commit4414090b1d1970e5dcef0bf5bd9eb1c96e38c19b (patch)
treebdac50c8aa3c7f5f2816263b081aa261262638e1 /autofill-parser
parent2fbad7ef6b42cc30c5eac79d5d166bba7cba42a4 (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.kt1
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",
)