Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit eaa541b

Browse files
fmeummsfjarvis
authored andcommitted
Add German term for username to heuristic keywords (#1259)
(cherry picked from commit a67c2a2)
1 parent d08cfe4 commit eaa541b

File tree

1 file changed

+1
-0
lines changed
  • autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser

1 file changed

+1
-0
lines changed

autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ internal class FormField(
114114
)
115115
private val USERNAME_HEURISTIC_TERMS = listOf(
116116
"alias",
117+
"benutzername",
117118
"e-mail",
118119
"email",
119120
"login",

0 commit comments

Comments
 (0)