feat: remove lifetime page

This commit is contained in:
Nevo David 2025-08-03 00:08:50 +07:00
parent fc6e6f39e9
commit af67276076
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ export const MainBillingComponent: FC<{
[monthlyOrYearly, subscription, user, utm]
);
if (user?.isLifetime) {
router.replace('/billing/lifetime');
router.replace('/');
return null;
}
return (