mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Server console outputs recovery password if in development.
This commit is contained in:
parent
59ca449abb
commit
b0292a34d2
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ module.exports.setup = (app) ->
|
|||
else
|
||||
return res.end()
|
||||
else
|
||||
console.log 'password is', user.get('passwordReset')
|
||||
res.send user.get('passwordReset')
|
||||
return res.end()
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue