🔑 Rename and refactor Challonge API key methods for clarity

This commit is contained in:
2026-01-29 21:23:34 +00:00
parent 94532a4e6b
commit 56cbbfdc7a

View File

@@ -345,9 +345,9 @@ const discordLoading = ref(false);
// Challonge API Key // Challonge API Key
const { const {
apiKey: challongeApiKey, storedKey: challongeApiKey,
save: saveApiKey, saveApiKey,
delete: deleteApiKey clearApiKey
} = useChallongeApiKey(); } = useChallongeApiKey();
const newChallongeApiKey = ref(''); const newChallongeApiKey = ref('');
const hasChallongeApiKey = computed(() => !!challongeApiKey.value); const hasChallongeApiKey = computed(() => !!challongeApiKey.value);