🔑 Add route for ClientCredentialsManager component

This commit is contained in:
2026-01-28 18:32:21 +00:00
parent 30d8202c55
commit 8c4829f8c5

View File

@@ -27,6 +27,11 @@ const routes = [
name: 'ApiKeyManager',
component: ApiKeyManager
},
{
path: '/client-credentials',
name: 'ClientCredentialsManager',
component: ClientCredentialsManager
},
{
path: '/oauth/callback',
name: 'OAuthCallback',