mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
Fixed jqxhr error display
This commit is contained in:
parent
0dbcc861bf
commit
61458c97d6
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ module.exports = class EmployerSignupView extends View
|
|||
window.location.reload()
|
||||
|
||||
handleAgreementFailure: (error) ->
|
||||
alert "There was an error signing the contract. Please contact support with this error: #{error}"
|
||||
alert "There was an error signing the contract. Please contact team@codecombat.com with this error: #{error.responseText}"
|
||||
|
||||
createAccount: (e) =>
|
||||
window.tracker?.trackEvent 'Finished Employer Signup'
|
||||
|
|
Loading…
Reference in a new issue