Skip to content

Commit

Permalink
Remove unused strategy path
Browse files Browse the repository at this point in the history
  • Loading branch information
cicorias authored Oct 26, 2017
1 parent 513d4bc commit c91fb97
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions server/routes/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,4 @@ router.get('/cbAdfs', passport.authenticate('adfs'), (req, res) => {
res.redirect('/')
})

router.get('/login-facebook', passport.authenticate('facebook'))

router.get('/cbFacebook', passport.authenticate('facebook'), (req, res) => {
res.redirect('/')
})

router.get('/login-google', passport.authenticate('google'))

router.get('/cbGoogle', passport.authenticate('google'), (req, res) => {
res.redirect('/')
})

module.exports = router

0 comments on commit c91fb97

Please sign in to comment.