fix missing connect-flash again #6028
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Apr 15, 2024 at 14:51 UTC
1dca9e2235ee0ef87afb6d337abdffb98e0d92ec
1 file changed
+1
meshcentral.js
+1
@@ -4042,6 +4042,7 @@ function mainStart() {
4042
|| ((Math.floor(nodeVersion) == 14) && (nodeVersion >= 14.15))
4043
|| ((Math.floor(nodeVersion) == 12) && (nodeVersion >= 12.19))) {
4044
passport.push('openid-client');
4045
+ passport.push('connect-flash');
4046
} else {
4047
addServerWarning('This NodeJS version does not support OpenID Connect on MeshCentral.', 25);
4048
delete config.domains[i].authstrategies.oidc;