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 - -
-