From 0ca28cd5c606651a700a78bfed0a82ea95a80323 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 16 Dec 2014 12:25:01 -0300 Subject: [PATCH 1/2] 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, From 7be1e8de57f3de71cb73754ce1c7ae3ecc91b9d4 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 16 Dec 2014 12:26:10 -0300 Subject: [PATCH 2/2] 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 9006a164..e8352a54 100644 --- a/plugins/emailstore.js +++ b/plugins/emailstore.js @@ -34,7 +34,7 @@ }, NOT_FOUND: { code: 404, - message: 'Email already confirmed or credentials were not found ' + message: 'Email already confirmed or credentials not found' }, INTERNAL_ERROR: { code: 500,