🔑 Update v-model binding for Challonge API key input field

This commit is contained in:
2026-01-29 21:14:24 +00:00
parent ff1a4fa450
commit 6ce93a54b1

View File

@@ -66,7 +66,7 @@
</p>
<div class="form-group">
<input
v-model="challongeApiKey"
v-model="newChallongeApiKey"
type="password"
placeholder="Enter your Challonge API key"
@keyup.enter="saveChallongeApiKey"