From 90e9764658baf24876c392f3260b99130811c0cd Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Thu, 29 Jan 2026 20:55:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20unused=20authentication?= =?UTF-8?q?=20configuration=20sections=20from=20ChallongeTest=20view?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/ChallongeTest.vue | 110 +----------------- 1 file changed, 2 insertions(+), 108 deletions(-) diff --git a/code/websites/pokedex.online/src/views/ChallongeTest.vue b/code/websites/pokedex.online/src/views/ChallongeTest.vue index 6d2a6d1..2987dc9 100644 --- a/code/websites/pokedex.online/src/views/ChallongeTest.vue +++ b/code/websites/pokedex.online/src/views/ChallongeTest.vue @@ -17,7 +17,8 @@

⚙️ Configure Your Authentication

- Manage your Challonge API keys, OAuth tokens, and other authentication methods in the + Manage your Challonge API keys, OAuth tokens, and other + authentication methods in the Authentication Settings.

@@ -36,113 +37,6 @@ @update:per-page="changePerPage" /> - -
-
- - {{ - apiKeyCollapsed ? '▶' : '▼' - }} -
-
-
- ✅ API Key Loaded: {{ maskedApiKey }} -
- - Manage your API key - -

- 💡 Your API v1 key works with both API versions -

-
-
- - -
-
- - {{ - oauthCollapsed ? '▶' : '▼' - }} -
-
-
- ✓ Connected - -
-
- ○ Not Connected - -
- - {{ - isAuthenticated - ? 'Using OAuth - APPLICATION scope available' - : 'Connect to enable APPLICATION scope' - }} - -
-
- - -
-
- - {{ - clientCredsCollapsed ? '▶' : '▼' - }} -
-
-
- ✓ Client Credentials Active -
-
- ⚠️ Client credentials may not work with USER scope - switch to - APPLICATION scope -
- - Manage Client Credentials - - - Client credentials should use APPLICATION scope for tournament - access - -
-