mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Merge branch 'master' of https://github.com/codecombat/codecombat
This commit is contained in:
commit
6bc9d6e7cc
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ module.exports = class AuthModal extends ModalView
|
|||
return forms.applyErrorsToForm(@$el, res.errors) unless res.valid
|
||||
Backbone.Mediator.publish "auth:signed-up", {}
|
||||
window.tracker?.trackEvent 'Finished Signup'
|
||||
window.tracker?.trackPageView "signup/finished", ['Google Analytics']
|
||||
@enableModalInProgress(@$el)
|
||||
createUser userObject, null, window.nextLevelURL
|
||||
|
||||
|
|
Loading…
Reference in a new issue