🔑 Rename and refactor Challonge API key methods for clarity
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user