mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 18:22:39 +03:00
Merge PR #1090.
This commit is contained in:
commit
cb37558226
@ -41,7 +41,7 @@ final _favoriteAccounts =
|
||||
final deviceData = ref.watch(currentDeviceDataProvider).valueOrNull;
|
||||
if (deviceData != null) {
|
||||
final credentials =
|
||||
ref.watch(desktopOathCredentialListProvider(deviceData.node.path));
|
||||
ref.watch(credentialListProvider(deviceData.node.path));
|
||||
final favorites = ref.watch(favoritesProvider);
|
||||
final listed = credentials
|
||||
?.map((e) => e.credential)
|
||||
|
Loading…
Reference in New Issue
Block a user