From 354407cd126a902a7decce5f05d4476e74004ed3 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 1 Feb 2026 20:11:19 -0600 Subject: [PATCH] chore(license): comment out cloud environment redirection logic in license settings page for future consideration --- apps/dokploy/pages/dashboard/settings/license.tsx | 8 -------- 1 file changed, 8 deletions(-) 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 {