diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2017-12-10 15:49:13 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2017-12-10 15:49:13 -0600 |
| commit | e3fde20f7410556400d759e657096b3bf4159612 (patch) | |
| tree | 681199ea18607ba1c38f22c2d61ec28aa9cc93f5 | |
| parent | a77aed0dedf2ebc597ef4cc108742a2e3ff78335 (diff) | |
| parent | c1187241db8e32625516518b24e1874b32118151 (diff) | |
| download | monzero-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.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() { |
