MeshCMD inner auth 2FA fixes.

This commit is contained in:
Ylian Saint-Hilaire
2021-04-02 22:35:11 -07:00
parent 4519f377bf
commit 6ddf4bd151
3 changed files with 16 additions and 7 deletions

View File

@@ -2293,7 +2293,7 @@ module.exports.CreateAmtManager = function (parent) {
cert.XPrivateKey = keys[j]; // Link the certificate to the key pair
}
}
} catch (e) { console.log(e); }
} catch (ex) { console.log(ex); }
}
}