Skip to content

Commit 3cfc891

Browse files
committed
feat(webapp): let users select the Free plan without GitHub verification
Selecting Free now provisions the plan immediately instead of routing through a GitHub connect/verification step. Remove the 'Unlock Free plan' / 'Connect to GitHub' dialog, the GitHub-verified badge, and the account- rejected state from the plan picker, simplify the setPlan free-result handling to a success redirect, and delete the now-unreachable free-connect return routes. The billing service provisions the free plan directly.
1 parent 20c6744 commit 3cfc891

6 files changed

Lines changed: 140 additions & 360 deletions

File tree

.server-changes/fix-managed-cloud-org-activation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ area: webapp
33
type: fix
44
---
55

6-
New managed-cloud orgs were created already activated, so they skipped the select-plan flow that provisions their billing entitlement — leaving the free-tier usage cap unenforced. Managed-cloud orgs are now created deactivated and routed through select-plan, which activates them once a plan is selected. Self-hosters have no billing gate and remain active immediately.
6+
Select plan flow when creating an org. Don't require GitHub verification to access the free plan.

apps/webapp/app/routes/_app.orgs.$organizationId.subscription.v3.free_connect_failed/route.tsx

Lines changed: 0 additions & 39 deletions
This file was deleted.

apps/webapp/app/routes/_app.orgs.$organizationId.subscription.v3.free_connect_success/route.tsx

Lines changed: 0 additions & 44 deletions
This file was deleted.

apps/webapp/app/routes/_app.orgs.$organizationSlug_.select-plan/route.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export default function ChoosePlanPage() {
7373
subscription={v3Subscription}
7474
organizationSlug={organizationSlug}
7575
hasPromotedPlan
76-
showGithubVerificationBadge
7776
periodEnd={periodEnd}
7877
/>
7978
</div>

0 commit comments

Comments
 (0)