mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Password input: reset on failed input
This commit is contained in:
parent
d9d2050f29
commit
c1187241db
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ Item {
|
|||
show()
|
||||
root.visible = true;
|
||||
passwordInput.focus = true
|
||||
passwordInput.text = ""
|
||||
}
|
||||
|
||||
function close() {
|
||||
|
|
Loading…
Reference in a new issue