Skip to content

Commit

Permalink
Fixed account recovery on dev server.
Browse files Browse the repository at this point in the history
  • Loading branch information
sderickson committed Jan 6, 2014
1 parent 7758ecc commit a99073f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/auth.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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()
)
)

Expand Down

0 comments on commit a99073f

Please sign in to comment.