From 593a70743827d5de660ece57d716fd1ebf989cfa Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 18:40:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A0=EF=B8=8F=20Clarify=20client=20credent?= =?UTF-8?q?ials=20scope=20requirements=20and=20add=20warning=20for=20USER?= =?UTF-8?q?=20scope=20usage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/websites/pokedex.online/src/views/ChallongeTest.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/code/websites/pokedex.online/src/views/ChallongeTest.vue b/code/websites/pokedex.online/src/views/ChallongeTest.vue index 313f91e..d925bb3 100644 --- a/code/websites/pokedex.online/src/views/ChallongeTest.vue +++ b/code/websites/pokedex.online/src/views/ChallongeTest.vue @@ -99,7 +99,10 @@
- ✓ Client Credentials Active - APPLICATION scope enabled + ✓ Client Credentials Active +
+
+ ⚠️ Client credentials may not work with USER scope - switch to APPLICATION scope
- Client credentials required for APPLICATION scope access + Client credentials should use APPLICATION scope for tournament access