split org security settings to new tab

This commit is contained in:
miloschwartz
2026-01-18 12:02:51 -08:00
parent d696556097
commit a3fa12f0e4
3 changed files with 757 additions and 710 deletions

View File

@@ -51,6 +51,10 @@ export default async function GeneralSettingsPage({
title: t("general"),
href: `/{orgId}/settings/general`,
exact: true
},
{
title: t("security"),
href: `/{orgId}/settings/general/security`
}
];
if (build !== "oss") {