🔑 Add API key status check for badge display
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user