diff --git a/meshcentral.js b/meshcentral.js index 6e18568b..62023fbe 100644 --- a/meshcentral.js +++ b/meshcentral.js @@ -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;