mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-05-03 11:31:24 +02:00
Add German term for username to heuristic keywords (#1259)
(cherry picked from commit a67c2a2f4a)
This commit is contained in:
parent
d08cfe46a0
commit
eaa541b7b0
|
|
@ -114,6 +114,7 @@ internal class FormField(
|
|||
)
|
||||
private val USERNAME_HEURISTIC_TERMS = listOf(
|
||||
"alias",
|
||||
"benutzername",
|
||||
"e-mail",
|
||||
"email",
|
||||
"login",
|
||||
|
|
|
|||
Loading…
Reference in a new issue