⚙️ Add authentication settings link and description to ChallongeTest view
This commit is contained in:
@@ -12,6 +12,20 @@
|
||||
<!-- API Version & Settings Controls -->
|
||||
<div v-if="apiKey" class="section controls-section">
|
||||
<div class="controls-grid">
|
||||
<!-- Authentication Settings Link -->
|
||||
<div class="control-group info-section">
|
||||
<div class="info-message">
|
||||
<h4>⚙️ Configure Your Authentication</h4>
|
||||
<p>
|
||||
Manage your Challonge API keys, OAuth tokens, and other authentication methods in the
|
||||
<strong>Authentication Settings</strong>.
|
||||
</p>
|
||||
<router-link to="/auth" class="btn btn-secondary">
|
||||
Go to Authentication Settings
|
||||
</router-link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- API Version Selector Component -->
|
||||
<ApiVersionSelector
|
||||
v-model="apiVersion"
|
||||
|
||||
Reference in New Issue
Block a user