mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-06 02:37:21 +03:00
Clear password prompt
This commit is contained in:
parent
cc81dffa99
commit
0bc6c65397
@ -181,6 +181,7 @@ ApplicationWindow {
|
||||
} else {
|
||||
device.validate(passwordPrompt.password)
|
||||
}
|
||||
passwordPrompt.clear()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -41,4 +41,8 @@ DefaultDialog {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function clear() {
|
||||
password.text = ''
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user