Fixed Facebook login bug.

This commit is contained in:
Nick Winter 2014-08-28 11:16:55 -07:00
parent a471462279
commit d7ae07c012

View file

@ -17,7 +17,7 @@ module.exports = initializeFacebook = ->
if response.status is 'connected'
# They have logged in to the app.
Backbone.Mediator.publish 'facebook-logged-in', response: response
Backbone.Mediator.publish 'auth:logged-in-with-facebook', response: response
else if response.status is 'not_authorized'
#