diff --git a/README.md b/README.md index b6954af..c2b30fa 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,11 @@ --- -
- Join our community for questions, discussions, and support on Discord -
+ ++ Join our Community for questions, help, support, ideas, and discussions on Discord +
+ --- diff --git a/app/server.js b/app/server.js index 9d8cf5c..423e841 100644 --- a/app/server.js +++ b/app/server.js @@ -169,7 +169,7 @@ const OIDC = { const OIDCAuth = function (req, res, next) { if (OIDC.enabled) { - if (req.oidc.isAuthenticated()) { + if (req.oidc.isAuthenticated()) { log.debug('OIDC ------> User already Authenticated'); return next(); } @@ -177,7 +177,7 @@ const OIDCAuth = function (req, res, next) { } else { next(); } -} +}; // public html files const html = {