Enable the external auth switches when OL OAuth in use

This commit is contained in:
James Allen 2017-11-17 17:16:12 +00:00
parent b6289f03e3
commit ca0982a909

View file

@ -89,7 +89,7 @@ module.exports = (app, webRouter, privateApiRouter, publicApiRouter)->
webRouter.use (req, res, next)-> webRouter.use (req, res, next)->
req.externalAuthenticationSystemUsed = res.locals.externalAuthenticationSystemUsed = -> req.externalAuthenticationSystemUsed = res.locals.externalAuthenticationSystemUsed = ->
Settings.ldap? or Settings.saml? Settings.ldap? or Settings.saml? or Settings.overleaf?.oauth?
next() next()
webRouter.use (req, res, next)-> webRouter.use (req, res, next)->