mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Fixed Facebook login bug.
This commit is contained in:
parent
a471462279
commit
d7ae07c012
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue