Clear password prompt

This commit is contained in:
Dag Heyman 2017-03-13 15:19:55 +01:00
parent cc81dffa99
commit 0bc6c65397
No known key found for this signature in database
GPG Key ID: 06FC004369E7D338
2 changed files with 5 additions and 0 deletions

View File

@ -181,6 +181,7 @@ ApplicationWindow {
} else {
device.validate(passwordPrompt.password)
}
passwordPrompt.clear()
}
}

View File

@ -41,4 +41,8 @@ DefaultDialog {
}
}
}
function clear() {
password.text = ''
}
}