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

@@ -9,7 +9,6 @@ import {
ShieldHalf,
Sun,
Users,
Share2,
} from "lucide-react";
import { useEffect, useState } from "react";
import { NavLink, Outlet } from "react-router-dom";
@@ -20,7 +19,6 @@ const navItems = [
{ label: "Tenant Dashboard", to: "/dashboard", icon: ShieldHalf },
{ label: "Tenants", to: "/tenants", icon: Building2 },
{ label: "Users", to: "/users", icon: Users },
{ label: "Applications", to: "/relying-parties", icon: Share2 },
{ label: "API Keys (M2M)", to: "/api-keys", icon: Key },
{ label: "Audit Logs", to: "/audit-logs", icon: NotebookTabs },
{ label: "Auth Guard", to: "/auth", icon: KeyRound },