Skip to content

Commit

Permalink
fix:Add accountHolderName to the field names and values constants ass…
Browse files Browse the repository at this point in the history
…ociated 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.
  • Loading branch information
dan-livefront committed Oct 29, 2024
1 parent d50e8bb commit 20f683b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/browser/src/autofill/services/autofill-constants.ts
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 20f683b

Please sign in to comment.