⚠️ 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">
|
<div class="info-badge" v-if="isClientCredsAuthenticated">
|
||||||
✓ Client Credentials Active
|
✓ Client Credentials Active
|
||||||
</div>
|
</div>
|
||||||
<div class="info-badge warning" v-if="isClientCredsAuthenticated && tournamentScope === ScopeType.USER">
|
<div
|
||||||
⚠️ Client credentials may not work with USER scope - switch to APPLICATION scope
|
class="info-badge warning"
|
||||||
|
v-if="
|
||||||
|
isClientCredsAuthenticated && tournamentScope === ScopeType.USER
|
||||||
|
"
|
||||||
|
>
|
||||||
|
⚠️ Client credentials may not work with USER scope - switch to
|
||||||
|
APPLICATION scope
|
||||||
</div>
|
</div>
|
||||||
<router-link
|
<router-link
|
||||||
to="/client-credentials"
|
to="/client-credentials"
|
||||||
@@ -111,7 +117,8 @@
|
|||||||
Manage Client Credentials
|
Manage Client Credentials
|
||||||
</router-link>
|
</router-link>
|
||||||
<span class="scope-hint">
|
<span class="scope-hint">
|
||||||
Client credentials should use APPLICATION scope for tournament access
|
Client credentials should use APPLICATION scope for tournament
|
||||||
|
access
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user