Skip to content

Commit 090c64a

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 090c64a

6 files changed

Lines changed: 141 additions & 359 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ type: fix
44
---
55

66
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.
7+
8+
As part of the same flow, selecting the Free plan no longer requires connecting and verifying a GitHub account — the plan is applied immediately. The "Connect to GitHub" dialog, the GitHub-verified badge, the account-rejected state, and the now-unreachable GitHub-connect return routes have been removed from the plan picker.

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)