From 7d08d0082fca2be8299db082f36d3e4cd7681868 Mon Sep 17 00:00:00 2001 From: Drew Gross Date: Mon, 9 May 2016 17:37:20 -0700 Subject: [PATCH] Comment --- src/Routers/UsersRouter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Routers/UsersRouter.js b/src/Routers/UsersRouter.js index f92f42deef2..319c6c67f91 100644 --- a/src/Routers/UsersRouter.js +++ b/src/Routers/UsersRouter.js @@ -163,6 +163,7 @@ export class UsersRouter extends ClassesRouter { }); } catch (e) { if (typeof e === 'string') { + // Maybe we need a Bad Configuration error, but the SDKs won't understand it. For now, Internal Server Error. throw new Parse.Error(Parse.Error.INTERNAL_SERVER_ERROR, 'An appName, publicServerURL, and emailAdapter are required for password reset functionality.'); } else { throw e;