🎨 Reformat router-link element for improved readability
This commit is contained in:
@@ -101,7 +101,10 @@
|
|||||||
<div class="info-badge" v-if="isClientCredsAuthenticated">
|
<div class="info-badge" v-if="isClientCredsAuthenticated">
|
||||||
✓ Client Credentials Active - APPLICATION scope enabled
|
✓ Client Credentials Active - APPLICATION scope enabled
|
||||||
</div>
|
</div>
|
||||||
<router-link to="/client-credentials" class="btn btn-secondary btn-sm">
|
<router-link
|
||||||
|
to="/client-credentials"
|
||||||
|
class="btn btn-secondary btn-sm"
|
||||||
|
>
|
||||||
Manage Client Credentials
|
Manage Client Credentials
|
||||||
</router-link>
|
</router-link>
|
||||||
<span class="scope-hint">
|
<span class="scope-hint">
|
||||||
|
|||||||
Reference in New Issue
Block a user