mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 22:05:19 +00:00
Add "alias" to the username heuristic terms (#676)
This commit is contained in:
@@ -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"
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user