mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 14:33:59 -04:00
Fixed account recovery on dev server.
This commit is contained in:
parent
7758ecc91b
commit
a99073fc5e
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ module.exports.setupRoutes = (app) ->
|
|||
return returnServerError(res) if err
|
||||
else
|
||||
return res.end()
|
||||
else
|
||||
console.log 'new password is', user.get('passwordReset')
|
||||
return res.end()
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue