mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
More session recording fixes, OTP on older NodeJS now works.
This commit is contained in:
parent
8e1fc021c7
commit
bfb0c9c914
3 changed files with 10 additions and 6 deletions
|
@ -2417,7 +2417,7 @@ function mainStart() {
|
|||
if (config.settings.no2factorauth !== true) {
|
||||
// Setup YubiKey OTP if configured
|
||||
if (yubikey == true) { modules.push('yubikeyotp'); } // Add YubiKey OTP support
|
||||
if (allsspi == false) { modules.push('otplib'); } // Google Authenticator support
|
||||
if (allsspi == false) { modules.push('otplib@10.2.3'); } // Google Authenticator support (v10 supports older NodeJS versions).
|
||||
}
|
||||
|
||||
// Install any missing modules and launch the server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue