mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Fixed a little mistake with user signup.
This commit is contained in:
parent
382422829e
commit
a319e183b6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module.exports.createUser = (userObject, failure=backboneFailure, nextURL=null)
|
|||
if nextURL
|
||||
window.location.href = nextURL
|
||||
else
|
||||
window.location.reload
|
||||
window.location.reload()
|
||||
})
|
||||
|
||||
module.exports.loginUser = (userObject, failure=genericFailure) ->
|
||||
|
|
Loading…
Reference in a new issue