mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-26 10:33:15 +03:00
Remove redundant condition
This commit is contained in:
parent
fb5d06d513
commit
30eae108b7
@ -18,7 +18,7 @@ Label {
|
||||
function getText() {
|
||||
if (credentials === null) {
|
||||
return qsTr("Reading credentials...")
|
||||
} else if (nCredentials === 0 && credentials !== null) {
|
||||
} else if (nCredentials === 0) {
|
||||
return qsTr("No credentials found.")
|
||||
} else {
|
||||
return ""
|
||||
|
Loading…
Reference in New Issue
Block a user