mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
Add German term for username to heuristic keywords (#1259)
This commit is contained in:
parent
3c85930e6f
commit
a67c2a2f4a
|
@ -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