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