forked from baron/baron-sso
api키 생성 기능 및 페이지 구현
This commit is contained in:
@@ -6,7 +6,6 @@ import {
|
||||
LayoutDashboard,
|
||||
Moon,
|
||||
NotebookTabs,
|
||||
Shield,
|
||||
ShieldHalf,
|
||||
Sun,
|
||||
Users,
|
||||
@@ -19,7 +18,6 @@ const navItems = [
|
||||
{ label: "Tenant Dashboard", to: "/dashboard", icon: ShieldHalf },
|
||||
{ label: "Tenants", to: "/tenants", icon: Building2 },
|
||||
{ label: "Users", to: "/users", icon: Users },
|
||||
{ label: "Roles & RBAC", to: "/roles", icon: Shield },
|
||||
{ label: "API Keys (M2M)", to: "/api-keys", icon: Key },
|
||||
{ label: "Audit Logs", to: "/audit-logs", icon: NotebookTabs },
|
||||
{ label: "Auth Guard", to: "/auth", icon: KeyRound },
|
||||
|
||||
Reference in New Issue
Block a user