diff --git a/apps/dokploy/pages/dashboard/settings/license.tsx b/apps/dokploy/pages/dashboard/settings/license.tsx index 746fa9bf4..af8035994 100644 --- a/apps/dokploy/pages/dashboard/settings/license.tsx +++ b/apps/dokploy/pages/dashboard/settings/license.tsx @@ -36,14 +36,6 @@ export async function getServerSideProps( ) { const { req, res } = ctx; const locale = await getLocale(req.cookies); - // if (IS_CLOUD) { - // return { - // redirect: { - // permanent: true, - // destination: "/dashboard/projects", - // }, - // }; - // } const { user, session } = await validateRequest(ctx.req); if (!user) { return {