From 8c4829f8c5830dc253ea37dadb98601e78209856 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 18:32:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=91=20Add=20route=20for=20ClientCreden?= =?UTF-8?q?tialsManager=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/websites/pokedex.online/src/router/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/websites/pokedex.online/src/router/index.js b/code/websites/pokedex.online/src/router/index.js index 3f2b259..cb29ee3 100644 --- a/code/websites/pokedex.online/src/router/index.js +++ b/code/websites/pokedex.online/src/router/index.js @@ -27,6 +27,11 @@ const routes = [ name: 'ApiKeyManager', component: ApiKeyManager }, + { + path: '/client-credentials', + name: 'ClientCredentialsManager', + component: ClientCredentialsManager + }, { path: '/oauth/callback', name: 'OAuthCallback',