mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2025-01-07 11:20:47 +03:00
parent
e142a54c3e
commit
ba554eca09
@ -181,6 +181,14 @@ Python {
|
||||
result.push(getCredential(cred.name))
|
||||
continue
|
||||
}
|
||||
// The selected credential should still be selected,
|
||||
// with an updated code.
|
||||
if (selected != null) {
|
||||
if (selected.name === cred.name) {
|
||||
selected = cred
|
||||
}
|
||||
}
|
||||
|
||||
// TOTP credentials should be updated
|
||||
result.push(cred)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user