Merge pull request #997

c118724 Password input: reset on failed input
This commit is contained in:
luigi1111 2017-12-10 15:49:13 -06:00
commit e3fde20f74
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -62,6 +62,7 @@ Item {
show()
root.visible = true;
passwordInput.focus = true
passwordInput.text = ""
}
function close() {