mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
Move address1 fieldnames to Identity constants
This commit is contained in:
@@ -227,6 +227,13 @@ export class IdentityAutoFillConstants {
|
||||
|
||||
static readonly EmailFieldNames: string[] = ["e-mail", "email-address"];
|
||||
|
||||
static readonly Address1FieldNames: string[] = [
|
||||
"address-1",
|
||||
"address-line-1",
|
||||
"addr-1",
|
||||
"street-1",
|
||||
];
|
||||
|
||||
static readonly IsoCountries: { [id: string]: string } = {
|
||||
afghanistan: "AF",
|
||||
"aland islands": "AX",
|
||||
|
||||
Reference in New Issue
Block a user