From 0ca28cd5c606651a700a78bfed0a82ea95a80323 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 16 Dec 2014 12:25:01 -0300 Subject: [PATCH] update error message --- plugins/emailstore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/emailstore.js b/plugins/emailstore.js index 75983257..9006a164 100644 --- a/plugins/emailstore.js +++ b/plugins/emailstore.js @@ -34,7 +34,7 @@ }, NOT_FOUND: { code: 404, - message: 'Credentials were not found' + message: 'Email already confirmed or credentials were not found ' }, INTERNAL_ERROR: { code: 500,