mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
fix:Add accountHolderName to the field names and values constants associated with the cardholder field. This update should help mitigate issues where the Amazon credit card pop-up is not auto-filling the cardholder name field. (#11780)
This commit is contained in:
@@ -104,6 +104,7 @@ export class CreditCardAutoFillConstants {
|
|||||||
];
|
];
|
||||||
|
|
||||||
static readonly CardHolderFieldNames: string[] = [
|
static readonly CardHolderFieldNames: string[] = [
|
||||||
|
"accountholdername",
|
||||||
"cc-name",
|
"cc-name",
|
||||||
"card-name",
|
"card-name",
|
||||||
"cardholder-name",
|
"cardholder-name",
|
||||||
@@ -113,6 +114,7 @@ export class CreditCardAutoFillConstants {
|
|||||||
];
|
];
|
||||||
|
|
||||||
static readonly CardHolderFieldNameValues: string[] = [
|
static readonly CardHolderFieldNameValues: string[] = [
|
||||||
|
"accountholdername",
|
||||||
"cc-name",
|
"cc-name",
|
||||||
"card-name",
|
"card-name",
|
||||||
"cardholder-name",
|
"cardholder-name",
|
||||||
|
|||||||
Reference in New Issue
Block a user