[PM-8833] Fixing an issue where we are not properly filling identities on account creation fields

This commit is contained in:
Cesar Gonzalez 2024-10-03 13:24:36 -05:00
parent 90448c86f8
commit ac88eb082d
No known key found for this signature in database
GPG Key ID: 3381A5457F8CCECF
1 changed files with 1 additions and 0 deletions

View File

@ -373,6 +373,7 @@ export class IdentityAutoFillConstants {
"label-left",
"label-top",
"data-recurly",
"accountCreationFieldType",
];
static readonly FullNameFieldNames: string[] = ["name", "full-name", "your-name"];