mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
fix missing connect-flash again #6028
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
30d570f28b
commit
1dca9e2235
1 changed files with 1 additions and 0 deletions
|
@ -4042,6 +4042,7 @@ function mainStart() {
|
|||
|| ((Math.floor(nodeVersion) == 14) && (nodeVersion >= 14.15))
|
||||
|| ((Math.floor(nodeVersion) == 12) && (nodeVersion >= 12.19))) {
|
||||
passport.push('openid-client');
|
||||
passport.push('connect-flash');
|
||||
} else {
|
||||
addServerWarning('This NodeJS version does not support OpenID Connect on MeshCentral.', 25);
|
||||
delete config.domains[i].authstrategies.oidc;
|
||||
|
|
Loading…
Reference in a new issue