mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed autobackup settings.
This commit is contained in:
parent
a6c1d14467
commit
3ab8061d59
3 changed files with 3 additions and 3 deletions
|
@ -1724,7 +1724,7 @@ function mainStart() {
|
|||
var config = getConfig(false);
|
||||
if (config == null) { process.exit(); }
|
||||
|
||||
// Lowercase the auth value is present
|
||||
// Lowercase the auth value if present
|
||||
for (var i in config.domains) { if (typeof config.domains[i].auth == 'string') { config.domains[i].auth = config.domains[i].auth.toLowerCase(); } }
|
||||
|
||||
// Check is Windows SSPI and YubiKey OTP will be used
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue