mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-22 01:30:21 +02:00
Password input: reset on failed input
This commit is contained in:
parent
d9d2050f29
commit
c1187241db
@ -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 New Issue
Block a user