diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-07 18:36:41 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-07 18:36:41 -0500 |
| commit | a6050b1ab010b2caa90644407cfb0c0c6d20519f (patch) | |
| tree | 6cd3e90286480b1f50ef10fa22d510c82f952dec /server/lib/auth/index.js | |
| parent | 5b801067f0da66191090465e72d1758826461fd3 (diff) | |
| parent | 94f19d836cfc80cd9d4fcfed17c1e2f025002994 (diff) | |
merge
Diffstat (limited to 'server/lib/auth/index.js')
| -rw-r--r-- | server/lib/auth/index.js | 3 |
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() }, |
