mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-22 23:28:45 +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()
|
show()
|
||||||
root.visible = true;
|
root.visible = true;
|
||||||
passwordInput.focus = true
|
passwordInput.focus = true
|
||||||
|
passwordInput.text = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
function close() {
|
function close() {
|
||||||
|
|
Loading…
Reference in a new issue