mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +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[] = [
|
const UsernameFieldNames: string[] = [
|
||||||
// English
|
// English
|
||||||
'username', 'user name', 'email', 'email address', 'e-mail', 'e-mail address', 'userid', 'user id',
|
'username', 'user name', 'email', 'email address', 'e-mail', 'e-mail address', 'userid', 'user id',
|
||||||
|
'customer id',
|
||||||
// German
|
// German
|
||||||
'benutzername', 'benutzer name', 'email adresse', 'e-mail adresse', 'benutzerid', 'benutzer id'];
|
'benutzername', 'benutzer name', 'email adresse', 'e-mail adresse', 'benutzerid', 'benutzer id'];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user