Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
Handle err_server messages
Browse files Browse the repository at this point in the history
  • Loading branch information
stayradiated committed Feb 10, 2014
1 parent 4dbe2d5 commit 7dbee5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/scripts/templates/auth.coffee
Expand Up @@ -16,4 +16,7 @@ module.exports = (status, message) ->
when 'err_old_email'
return 'Sorry, but that email address has already been used'

when 'err_server'
return 'Server Error'

return message

0 comments on commit 7dbee5a

Please sign in to comment.