aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorTim L <timo614@gmail.com>2017-12-07 11:49:43 -0500
committerTim L <timo614@gmail.com>2017-12-07 11:49:43 -0500
commitc1187241db8e32625516518b24e1874b32118151 (patch)
tree43925f559c03e9596d78d07fb391cb421cb395fc /components
parentd9d2050f2924322ff6f2895addcb6961a49132f9 (diff)
downloadmonzero-gui-c1187241db8e32625516518b24e1874b32118151.tar.gz
monzero-gui-c1187241db8e32625516518b24e1874b32118151.tar.xz
monzero-gui-c1187241db8e32625516518b24e1874b32118151.zip
Password input: reset on failed input
Diffstat (limited to 'components')
-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() {