mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-25 05:52:40 +03:00
text: update error message on touch time out
This commit is contained in:
parent
72edead364
commit
e3c3860383
@ -216,7 +216,7 @@ Pane {
|
||||
}
|
||||
} else {
|
||||
if (resp.error_id === 'access_denied') {
|
||||
navigator.snackBarError(qsTr("Touch credential timed out"))
|
||||
navigator.snackBarError(qsTr("Touch timed out"))
|
||||
} else {
|
||||
navigator.snackBarError(navigator.getErrorMessage(
|
||||
resp.error_id))
|
||||
|
Loading…
Reference in New Issue
Block a user