diff options
author | Fabian Meumertzheim <4312191+fmeum@users.noreply.github.com> | 2020-12-23 05:58:42 +0100 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-03-20 22:42:38 +0530 |
commit | eaa541b7b033b203f60b1acfa4936c3a9816d421 (patch) | |
tree | 424aef82beab58bad6c7661fcab614e839ff4827 /autofill-parser | |
parent | d08cfe46a01989fbd2314ba6104c2bd951613e98 (diff) |
Add German term for username to heuristic keywords (#1259)
(cherry picked from commit a67c2a2f4a339eb35376ce9cd0469e6a690bc66e)
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 2ebfa47e..96bd2196 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 @@ -114,6 +114,7 @@ internal class FormField( ) private val USERNAME_HEURISTIC_TERMS = listOf( "alias", + "benutzername", "e-mail", "email", "login", |