1
0
forked from baron/baron-sso

adminfront RP 관리 기능 삭제

This commit is contained in:
2026-02-05 11:21:56 +09:00
parent f719563ba9
commit 86613fac46
8 changed files with 0 additions and 945 deletions

View File

@@ -70,16 +70,6 @@ function TenantDetailPage() {
>
Schema
</Link>
<Link
to={`/tenants/${tenantId}/relying-parties`}
className={`px-4 py-2 text-sm font-medium ${
location.pathname.includes("/relying-parties")
? "border-b-2 border-blue-500 text-blue-600"
: "text-gray-500 hover:text-gray-700"
}`}
>
Relying Parties
</Link>
</div>
{/* Outlet for nested routes */}