🔑 Add route for ClientCredentialsManager component
This commit is contained in:
@@ -27,6 +27,11 @@ const routes = [
|
||||
name: 'ApiKeyManager',
|
||||
component: ApiKeyManager
|
||||
},
|
||||
{
|
||||
path: '/client-credentials',
|
||||
name: 'ClientCredentialsManager',
|
||||
component: ClientCredentialsManager
|
||||
},
|
||||
{
|
||||
path: '/oauth/callback',
|
||||
name: 'OAuthCallback',
|
||||
|
||||
Reference in New Issue
Block a user