This commit is contained in:
miloschwartz
2025-04-22 22:53:52 -04:00
parent 7938b419cc
commit feb558cfa8
16 changed files with 10 additions and 1522 deletions

View File

@@ -39,10 +39,6 @@ export default async function SettingsLayout(props: SettingsLayoutProps) {
{
title: "General",
href: `/admin/idp/${params.idpId}/general`
},
{
title: "Organization Policies",
href: `/admin/idp/${params.idpId}/policies`
}
];