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:
@@ -190,6 +190,8 @@ export class IdentityAutoFillConstants {
|
||||
"data-recurly",
|
||||
];
|
||||
|
||||
static readonly TitleFieldNames: string[] = ["honorific-prefix", "prefix", "title"];
|
||||
|
||||
static readonly FirstnameFieldNames: string[] = [
|
||||
// English
|
||||
"f-name",
|
||||
|
||||
Reference in New Issue
Block a user