mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01: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:
parent
2539a1d45a
commit
b0a73cfe45
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user