1
0
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:
Daniel Riera 2024-11-01 14:05:53 -05:00 committed by GitHub
parent 2539a1d45a
commit b0a73cfe45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",