Skip to content

Commit

Permalink
fix(web): Simplify enterprise sign up (#6141)
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros authored Jul 23, 2024
1 parent 6d96ea5 commit e5d99a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/web/src/ee/clerk/pages/OrganizationListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ export default function OrganizationListPage() {
description="Please select or create an organization to continue."
>
<OrganizationList
appearance={{
elements: {
organizationAvatarUploaderContainer: {
display: 'none',
},
},
}}
hidePersonal
skipInvitationScreen
afterSelectOrganizationUrl={ROUTES.GET_STARTED}
afterCreateOrganizationUrl={ROUTES.AUTH_APPLICATION}
/>
Expand Down

0 comments on commit e5d99a9

Please sign in to comment.