added yubikeys code logging

This commit is contained in:
antelle 2021-07-18 16:01:53 +02:00
parent f0bb382449
commit 9b2c40a078
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 4 additions and 0 deletions

View File

@ -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');
}