🐛 Fix input won't reset
This commit is contained in:
parent
2e74dcabd0
commit
2288c001df
@ -77,6 +77,7 @@ async function submit() {
|
||||
emits("swap", "pick")
|
||||
emits("update:challenge", data["challenge"])
|
||||
error.value = null
|
||||
password.value = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -54,6 +54,7 @@ async function submit() {
|
||||
emits("update:currentFactor", item)
|
||||
emits("swap", "applicator")
|
||||
error.value = null
|
||||
focus.value = null
|
||||
}
|
||||
emits("update:loading", false)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user