Skip to content

Commit

Permalink
wrong redirect after facebook connection
Browse files Browse the repository at this point in the history
  • Loading branch information
yfuks committed Oct 23, 2015
1 parent 4f59ea7 commit 66e36a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web-server/public/web/libs/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ var DonutRouter = Backbone.Router.extend({

routes: {
'': 'root',
'_=_': 'root', // workaround for facebook redirect uri bug https://github.com/jaredhanson/passport-facebook/issues/12#issuecomment-5913711
'u/:user': 'focusOne',
'g/:group': 'focusGroup',
':group(/:room)': 'identifierRoom',
Expand Down

0 comments on commit 66e36a9

Please sign in to comment.