Skip to content

Commit 8b910db

Browse files
committed
Comment
1 parent 0737381 commit 8b910db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Routers/UsersRouter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ export class UsersRouter extends ClassesRouter {
163163
});
164164
} catch (e) {
165165
if (typeof e === 'string') {
166+
// Maybe we need a Bad Configuration error, but the SDKs won't understand it. For now, Internal Server Error.
166167
throw new Parse.Error(Parse.Error.INTERNAL_SERVER_ERROR, 'An appName, publicServerURL, and emailAdapter are required for password reset functionality.');
167168
} else {
168169
throw e;

0 commit comments

Comments
 (0)