chore(license): comment out cloud environment redirection logic in license settings page for future consideration

This commit is contained in:
Mauricio Siu
2026-02-01 20:11:19 -06:00
parent 766fd00be5
commit 354407cd12

View File

@@ -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 {