Add German term for username to heuristic keywords (#1259)

This commit is contained in:
Fabian Meumertzheim 2020-12-23 05:58:42 +01:00 committed by GitHub
parent 3c85930e6f
commit a67c2a2f4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,6 +114,7 @@ internal class FormField(
) )
private val USERNAME_HEURISTIC_TERMS = listOf( private val USERNAME_HEURISTIC_TERMS = listOf(
"alias", "alias",
"benutzername",
"e-mail", "e-mail",
"email", "email",
"login", "login",