mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
fix typo
This commit is contained in:
parent
68b170c3e2
commit
4371e00b53
@ -53,7 +53,7 @@ class UsbDeviceNotifier extends StateNotifier<List<UsbYubiKeyNode>> {
|
||||
UsbDeviceNotifier(this._rpc) : super([]);
|
||||
|
||||
void refresh() {
|
||||
_log.debug('Refreshing all USB devics');
|
||||
_log.debug('Refreshing all USB devices');
|
||||
_usbState = -1;
|
||||
_pollDevices();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user