Skip to content

Commit

Permalink
fix: registration company email
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 committed Jul 11, 2023
1 parent d98b64f commit f0027a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/storefront/src/pages/registered/RegisterComplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export default function RegisterComplete(props: RegisterCompleteProps) {
b2bFields.extraFields = extraFields
}

b2bFields.companyEmail = data.email || enterEmail
// b2bFields.companyEmail = data.email || enterEmail

// address Field
const addressBasicInfo =
Expand Down
2 changes: 1 addition & 1 deletion apps/storefront/src/pages/registered/RegisteredBCToB2B.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export default function RegisteredBCToB2B(props: RegisteredProps) {
b2bFields.extraFields = extraFields
}

b2bFields.companyEmail = data.email
// b2bFields.companyEmail = data.email

// address Field
const addressBasicInfo = bcTob2bAddressBasicFields.filter(
Expand Down

0 comments on commit f0027a1

Please sign in to comment.