mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +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[] = [
|
||||
"accountholdername",
|
||||
"cc-name",
|
||||
"card-name",
|
||||
"cardholder-name",
|
||||
@ -113,6 +114,7 @@ export class CreditCardAutoFillConstants {
|
||||
];
|
||||
|
||||
static readonly CardHolderFieldNameValues: string[] = [
|
||||
"accountholdername",
|
||||
"cc-name",
|
||||
"card-name",
|
||||
"cardholder-name",
|
||||
|
Loading…
Reference in New Issue
Block a user