🔑 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> </p>
<div class="form-group"> <div class="form-group">
<input <input
v-model="challongeApiKey" v-model="newChallongeApiKey"
type="password" type="password"
placeholder="Enter your Challonge API key" placeholder="Enter your Challonge API key"
@keyup.enter="saveChallongeApiKey" @keyup.enter="saveChallongeApiKey"