show features in ce

This commit is contained in:
miloschwartz
2026-02-07 17:00:44 -08:00
committed by Owen
parent ae6ed8ad97
commit fed56c1959
22 changed files with 671 additions and 707 deletions

View File

@@ -55,14 +55,12 @@ export default async function GeneralSettingsPage({
{
title: t("security"),
href: `/{orgId}/settings/general/security`
}
];
if (build !== "oss") {
navItems.push({
},
{
title: t("authPage"),
href: `/{orgId}/settings/general/auth-page`
});
}
}
];
return (
<>