mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-09 05:34:54 -05:00
More session recording fixes, OTP on older NodeJS now works.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user