feat: add api to handle license api keys

This commit is contained in:
Mauricio Siu
2024-08-25 20:10:20 -06:00
parent 14e8e14b7d
commit e0a9eb0366
19 changed files with 3500 additions and 8 deletions

View File

@@ -77,6 +77,12 @@ export const SettingsLayout = ({ children }: Props) => {
icon: Bell,
href: "/dashboard/settings/notifications",
},
{
title: "License",
label: "",
icon: KeyIcon,
href: "/dashboard/settings/license",
},
]
: []),
...(user?.canAccessToSSHKeys
@@ -102,6 +108,7 @@ import {
Activity,
Bell,
Database,
KeyIcon,
KeyRound,
type LucideIcon,
Route,