mirror of https://github.com/keeweb/keeweb
parent
cace667b26
commit
4ee87e197d
|
@ -241,7 +241,7 @@ const YubiKey = {
|
|||
getOtp(serial, entry, callback) {
|
||||
return Launcher.spawn({
|
||||
cmd: this.cmd(),
|
||||
args: ['-d', serial, 'oath', 'code', '--single', entry],
|
||||
args: ['-d', serial, 'oath', 'accounts', 'code', '--single', entry],
|
||||
noStdOutLogging: true,
|
||||
complete: (err, stdout) => {
|
||||
if (err) {
|
||||
|
|
Loading…
Reference in New Issue