🔑 Add API key status check for badge display

This commit is contained in:
2026-01-28 21:20:11 +00:00
parent 6bf6bb3a1c
commit 94a4d01966

View File

@@ -64,6 +64,10 @@
<script setup>
import ProfessorPokeball from '../components/shared/ProfessorPokeball.vue';
import { useChallongeApiKey } from '../composables/useChallongeApiKey.js';
// Get API key status for badge display
const { isKeyStored } = useChallongeApiKey();
</script>
<style scoped>