1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

Move title fieldnames to Identity constants

This commit is contained in:
Daniel James Smith
2022-01-02 14:40:10 +01:00
parent 729150d404
commit c45d1f8f7e
2 changed files with 3 additions and 1 deletions

View File

@@ -190,6 +190,8 @@ export class IdentityAutoFillConstants {
"data-recurly",
];
static readonly TitleFieldNames: string[] = ["honorific-prefix", "prefix", "title"];
static readonly FirstnameFieldNames: string[] = [
// English
"f-name",