🔑 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
const {
apiKey: challongeApiKey,
save: saveApiKey,
delete: deleteApiKey
storedKey: challongeApiKey,
saveApiKey,
clearApiKey
} = useChallongeApiKey();
const newChallongeApiKey = ref('');
const hasChallongeApiKey = computed(() => !!challongeApiKey.value);