1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-27 10:46:02 +02: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:
Chris Lane 2018-11-15 19:03:12 +00:00 committed by Kyle Spearrin
parent 5cdacda344
commit 7b2a35845b

View File

@ -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'];