From f25bbb3b2de1ad71c15ab2716b8dbe7bd5fbf32c Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 18:40:53 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A0=EF=B8=8F=20Improve=20readability=20of?= =?UTF-8?q?=20warning=20messages=20and=20hints=20for=20client=20credential?= =?UTF-8?q?s=20and=20scope=20usage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pokedex.online/src/views/ChallongeTest.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/code/websites/pokedex.online/src/views/ChallongeTest.vue b/code/websites/pokedex.online/src/views/ChallongeTest.vue index d925bb3..1771ec0 100644 --- a/code/websites/pokedex.online/src/views/ChallongeTest.vue +++ b/code/websites/pokedex.online/src/views/ChallongeTest.vue @@ -101,8 +101,14 @@
✓ Client Credentials Active
-
- ⚠️ Client credentials may not work with USER scope - switch to APPLICATION scope +
+ ⚠️ Client credentials may not work with USER scope - switch to + APPLICATION scope
- Client credentials should use APPLICATION scope for tournament access + Client credentials should use APPLICATION scope for tournament + access