mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
Add customer-id to username field names (#778)
* Add customer-id to username field names * Generify customer-id field name
This commit is contained in:
parent
5cdacda344
commit
7b2a35845b
@ -28,6 +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',
|
||||
// German
|
||||
'benutzername', 'benutzer name', 'email adresse', 'e-mail adresse', 'benutzerid', 'benutzer id'];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user