⚠️ Improve readability of warning messages and hints for client credentials and scope usage
This commit is contained in:
@@ -101,8 +101,14 @@
|
||||
<div class="info-badge" v-if="isClientCredsAuthenticated">
|
||||
✓ Client Credentials Active
|
||||
</div>
|
||||
<div class="info-badge warning" v-if="isClientCredsAuthenticated && tournamentScope === ScopeType.USER">
|
||||
⚠️ Client credentials may not work with USER scope - switch to APPLICATION scope
|
||||
<div
|
||||
class="info-badge warning"
|
||||
v-if="
|
||||
isClientCredsAuthenticated && tournamentScope === ScopeType.USER
|
||||
"
|
||||
>
|
||||
⚠️ Client credentials may not work with USER scope - switch to
|
||||
APPLICATION scope
|
||||
</div>
|
||||
<router-link
|
||||
to="/client-credentials"
|
||||
@@ -111,7 +117,8 @@
|
||||
Manage Client Credentials
|
||||
</router-link>
|
||||
<span class="scope-hint">
|
||||
Client credentials should use APPLICATION scope for tournament access
|
||||
Client credentials should use APPLICATION scope for tournament
|
||||
access
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user