Skip to content

Commit d8bc6fa

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 da64840 commit d8bc6fa

6 files changed

Lines changed: 145 additions & 359 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
area: webapp
3+
type: improvement
4+
---
5+
6+
Selecting the Free plan no longer requires connecting and verifying a GitHub account. The plan is provisioned immediately when selected. The "Unlock Free plan"/"Connect to GitHub" dialog, the GitHub-verified badge, and the account-rejected state have been removed from the plan picker, along with the now-unreachable GitHub connect return routes.

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)