🔒 Update API Key Manager to Authentication Hub with expanded platform support

This commit is contained in:
2026-01-29 21:20:31 +00:00
parent f500619817
commit 0537a5a4f6

View File

@@ -15,10 +15,10 @@
<div class="tools-section"> <div class="tools-section">
<h2>Available Tools</h2> <h2>Available Tools</h2>
<div class="tool-cards"> <div class="tool-cards">
<router-link to="/api-key-manager" class="tool-card settings"> <router-link to="/auth" class="tool-card settings">
<div class="tool-icon">🔐</div> <div class="tool-icon">🔐</div>
<h3>API Key Manager</h3> <h3>Authentication Hub</h3>
<p>Store your Challonge API key locally for easy access</p> <p>Manage authentication for Challonge, Discord, and other platforms</p>
<span v-if="isKeyStored" class="badge">Active</span> <span v-if="isKeyStored" class="badge">Active</span>
</router-link> </router-link>