mirror of https://github.com/keeweb/keeweb
fixed refreshing the yubikey status
parent
4abe63c00f
commit
cd2b87b317
|
@ -40,6 +40,7 @@ const YubiKey = {
|
|||
}
|
||||
return new Promise((resolve) => {
|
||||
this.ykmanStatus = 'checking';
|
||||
this._cmd = undefined;
|
||||
Launcher.spawn({
|
||||
cmd: this.cmd(),
|
||||
args: ['-v'],
|
||||
|
|
Loading…
Reference in New Issue