added yubikeys code logging

release-1.18
antelle 2 years ago
parent f0bb382449
commit 9b2c40a078
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

@ -209,6 +209,10 @@ const YubiKey = {
complete: (err, stdout) => {
this.process = null;
if (window.debugYubiKey) {
logger.info('received codes', err, stdout);
}
if (this.aborted) {
return callback('Aborted');
}

Loading…
Cancel
Save