fixed refreshing the yubikey status

This commit is contained in:
antelle 2020-06-05 16:41:54 +02:00
parent 4abe63c00f
commit cd2b87b317
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ const YubiKey = {
}
return new Promise((resolve) => {
this.ykmanStatus = 'checking';
this._cmd = undefined;
Launcher.spawn({
cmd: this.cmd(),
args: ['-v'],