Skip to content

Commit

Permalink
fix: progressive registration for customers
Browse files Browse the repository at this point in the history
Don't ask business email

ref issue #3833
  • Loading branch information
Maksym Mykhailenko committed Apr 28, 2020
1 parent 19bf7fb commit 0e93aa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/projects/create/components/FillProjectDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ const mapStateToProps = ({ settings, loadUser }) => {
!profileSettings.lastName ||
!profileSettings.title ||
!profileSettings.companyName ||
!profileSettings.businessEmail ||
!profileSettings.businessPhone
}

Expand Down
2 changes: 1 addition & 1 deletion src/projects/create/components/UpdateUserInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class UpdateUserInfo extends Component {
isManager={isManager}
showTitle={!isTopcoderUser}
showAvatar={false}
showBusinessEmail={!isTopcoderUser}
showBusinessEmail={false}
showBusinessPhone={!isTopcoderUser}
showCompanyName={!isTopcoderUser}
isRequiredTimeZone={isTopcoderUser}
Expand Down

0 comments on commit 0e93aa2

Please sign in to comment.