mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-04 23:31:28 +01:00
Add 'login id' username field name (#811)
This commit is contained in:
parent
ca2bba5fb6
commit
b8de1d805a
@ -28,7 +28,7 @@ const IdentityAttributes: string[] = ['autoCompleteType', 'data-stripe', 'htmlNa
|
||||
const UsernameFieldNames: string[] = [
|
||||
// English
|
||||
'username', 'user name', 'email', 'email address', 'e-mail', 'e-mail address', 'userid', 'user id',
|
||||
'customer id',
|
||||
'customer id', 'login id',
|
||||
// German
|
||||
'benutzername', 'benutzer name', 'email adresse', 'e-mail adresse', 'benutzerid', 'benutzer id'];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user