mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Added server error subscription to AuthModal
This commit is contained in:
parent
d739fbef9b
commit
b63bf06bed
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ module.exports = class AuthModal extends ModalView
|
|||
'click #gplus-login-btn': 'onClickGPlusLoginButton'
|
||||
'click #facebook-login-btn': 'onClickFacebookLoginButton'
|
||||
'click #close-modal': 'hide'
|
||||
|
||||
subscriptions:
|
||||
'errors:server-error': 'onServerError'
|
||||
|
||||
|
||||
# Initialization
|
||||
|
|
Loading…
Reference in a new issue