🔑 Update v-model binding for Challonge API key input field
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user