diff options
| author | Tim L <timo614@gmail.com> | 2017-12-07 11:49:43 -0500 |
|---|---|---|
| committer | Tim L <timo614@gmail.com> | 2017-12-07 11:49:43 -0500 |
| commit | c1187241db8e32625516518b24e1874b32118151 (patch) | |
| tree | 43925f559c03e9596d78d07fb391cb421cb395fc | |
| parent | d9d2050f2924322ff6f2895addcb6961a49132f9 (diff) | |
| download | monzero-gui-c1187241db8e32625516518b24e1874b32118151.tar.gz monzero-gui-c1187241db8e32625516518b24e1874b32118151.tar.xz monzero-gui-c1187241db8e32625516518b24e1874b32118151.zip | |
Password input: reset on failed input
| -rw-r--r-- | components/PasswordDialog.qml | 1 |
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() { |
