Fixed jqxhr error display

This commit is contained in:
Michael Schmatz 2014-04-25 07:50:29 -07:00
parent 0dbcc861bf
commit 61458c97d6

View file

@ -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'