Password input: reset on failed input

This commit is contained in:
Tim L 2017-12-07 11:49:43 -05:00
parent d9d2050f29
commit c1187241db

View file

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