Merge pull request #278 from matiu/bug/message

update error message
This commit is contained in:
Matias Alejo Garcia 2014-12-17 10:28:11 -03:00
commit eaede336e3

View File

@ -34,7 +34,7 @@
}, },
NOT_FOUND: { NOT_FOUND: {
code: 404, code: 404,
message: 'Credentials were not found' message: 'Email already confirmed or credentials not found'
}, },
INTERNAL_ERROR: { INTERNAL_ERROR: {
code: 500, code: 500,