Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Feb 11, 2013
1 parent b3e4859 commit 9166db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ application:
app.get('/auth/google',
passport.authenticate('google'));

app.get('/auth/google/callback',
app.get('/auth/google/return',
passport.authenticate('google', { failureRedirect: '/login' }),
function(req, res) {
// Successful authentication, redirect home.
Expand Down

0 comments on commit 9166db9

Please sign in to comment.