🐛 Fix input won't reset
This commit is contained in:
		| @@ -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) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user