Skip to content

Commit

Permalink
Password input: reset on failed input
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo614 committed Dec 7, 2017
1 parent d9d2050 commit c118724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/PasswordDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Item {
show()
root.visible = true;
passwordInput.focus = true
passwordInput.text = ""
}

function close() {
Expand Down

0 comments on commit c118724

Please sign in to comment.