forked from baron/baron-sso
refactor: 어드민 프론트엔드에서 애플리케이션(RP) 목록 기능 제거 #239
This commit is contained in:
@@ -7,10 +7,6 @@ import AuthPage from "../features/auth/AuthPage";
|
||||
import DashboardPage from "../features/dashboard/DashboardPage";
|
||||
import GlobalOverviewPage from "../features/overview/GlobalOverviewPage";
|
||||
import LoginPage from "../features/auth/LoginPage";
|
||||
import RPDetailPage from "../features/relying-parties/routes/RPDetailPage";
|
||||
import RPListPage from "../features/relying-parties/routes/RPListPage";
|
||||
import RPOwnersTab from "../features/relying-parties/routes/RPOwnersTab";
|
||||
import RPProfileTab from "../features/relying-parties/routes/RPProfileTab";
|
||||
import TenantGroupCreatePage from "../features/tenant-groups/routes/TenantGroupCreatePage";
|
||||
import TenantGroupDetailPage from "../features/tenant-groups/routes/TenantGroupDetailPage";
|
||||
import TenantGroupListPage from "../features/tenant-groups/routes/TenantGroupListPage";
|
||||
@@ -68,15 +64,6 @@ export const router = createBrowserRouter(
|
||||
},
|
||||
{ path: "api-keys", element: <ApiKeyListPage /> },
|
||||
{ path: "api-keys/new", element: <ApiKeyCreatePage /> },
|
||||
{ path: "relying-parties", element: <RPListPage /> },
|
||||
{
|
||||
path: "relying-parties/:id",
|
||||
element: <RPDetailPage />,
|
||||
children: [
|
||||
{ index: true, element: <RPProfileTab /> },
|
||||
{ path: "owners", element: <RPOwnersTab /> },
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user