summaryrefslogtreecommitdiff
path: root/lib/response.js
diff options
context:
space:
mode:
authorSheogorath2017-10-31 12:11:41 +0100
committerGitHub2017-10-31 12:11:41 +0100
commit16b3e015ab3696ff61faefff30c8abfb2387e664 (patch)
tree8b3518ecebfb864ac137804b18ab295200f55f41 /lib/response.js
parentf2812730e084d211c2d4ee9bb24cc3204ff54f51 (diff)
parent5cda55086acfc1000f0a0062045db50ad415db59 (diff)
Merge pull request #606 from DoubleMalt/feature/MattermostAuth
Add Mattermost authentication strategy
Diffstat (limited to '')
-rwxr-xr-xlib/response.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/response.js b/lib/response.js
index 9e39ffb5..0c6a95ea 100755
--- a/lib/response.js
+++ b/lib/response.js
@@ -64,6 +64,7 @@ function showIndex (req, res, next) {
twitter: config.isTwitterEnable,
github: config.isGitHubEnable,
gitlab: config.isGitLabEnable,
+ mattermost: config.isMattermostEnable,
dropbox: config.isDropboxEnable,
google: config.isGoogleEnable,
ldap: config.isLDAPEnable,