mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
Add "alias" to the username heuristic terms (#676)
This commit is contained in:
parent
453cf58b38
commit
29427a061b
|
@ -83,7 +83,7 @@ class FormField(
|
|||
"pass", "pswd", "pwd"
|
||||
)
|
||||
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