Skip to content

Commit

Permalink
fix: registration email error
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 committed Jul 11, 2023
1 parent e38df72 commit a723290
Showing 1 changed file with 1 addition and 1 deletion.
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
b2bFields.companyEmail = data.email || enterEmail

// address Field
const addressBasicInfo =
Expand Down

0 comments on commit a723290

Please sign in to comment.