Skip to content

Commit af67276

Browse files
committed
feat: remove lifetime page
1 parent fc6e6f3 commit af67276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/billing/main.billing.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export const MainBillingComponent: FC<{
376376
[monthlyOrYearly, subscription, user, utm]
377377
);
378378
if (user?.isLifetime) {
379-
router.replace('/billing/lifetime');
379+
router.replace('/');
380380
return null;
381381
}
382382
return (

0 commit comments

Comments
 (0)