summaryrefslogtreecommitdiff
path: root/server/lib/auth/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/auth/index.js')
-rw-r--r--server/lib/auth/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/lib/auth/index.js b/server/lib/auth/index.js
index c2275ff..0c46105 100644
--- a/server/lib/auth/index.js
+++ b/server/lib/auth/index.js
@@ -30,14 +30,13 @@ var auth = {
callbackURL: 'http://' + config.host + '/auth/twitter/callback'
}, auth.insertTwitterUser));
- /*
passport.use(new FacebookStrategy({
clientID: process.env.VVALLS_FACEBOOK_KEY || '719828821410310',
clientSecret: process.env.VVALLS_FACEBOOK_SECRET || 'f9aba78e08f37f621eadb88b1409d48c',
callbackURL: 'http://' + config.host + '/auth/facebook/callback',
enableProof: false,
}, auth.insertFacebookUser));
- */
+
auth.mail.init()
},