🔑 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
|
// 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user