Add "alias" to the username heuristic terms (#676)
This commit is contained in:
parent
453cf58b38
commit
29427a061b
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class FormField(
|
||||||
"pass", "pswd", "pwd"
|
"pass", "pswd", "pwd"
|
||||||
)
|
)
|
||||||
private val USERNAME_HEURISTIC_TERMS = listOf(
|
private val USERNAME_HEURISTIC_TERMS = listOf(
|
||||||
"e-mail", "email", "login", "name", "user"
|
"alias", "e-mail", "email", "login", "name", "user"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue