aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2017-12-10 15:49:13 -0600
committerluigi1111 <luigi1111w@gmail.com>2017-12-10 15:49:13 -0600
commite3fde20f7410556400d759e657096b3bf4159612 (patch)
tree681199ea18607ba1c38f22c2d61ec28aa9cc93f5
parenta77aed0dedf2ebc597ef4cc108742a2e3ff78335 (diff)
parentc1187241db8e32625516518b24e1874b32118151 (diff)
downloadmonzero-gui-e3fde20f7410556400d759e657096b3bf4159612.tar.gz
monzero-gui-e3fde20f7410556400d759e657096b3bf4159612.tar.xz
monzero-gui-e3fde20f7410556400d759e657096b3bf4159612.zip
Merge pull request #997
c118724 Password input: reset on failed input
-rw-r--r--components/PasswordDialog.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml
index b90e192b..493b49ee 100644
--- a/components/PasswordDialog.qml
+++ b/components/PasswordDialog.qml
@@ -62,6 +62,7 @@ Item {
show()
root.visible = true;
passwordInput.focus = true
+ passwordInput.text = ""
}
function close() {