Skip to content

Commit f51db6c

Browse files
author
Vladyslav Chygrinov
committed
Updated error text
1 parent afdcb4f commit f51db6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Routers/PublicAPIRouter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export class PublicAPIRouter extends PromiseRouter {
214214
throw new Parse.Error(Parse.Error.OTHER_CAUSE, `${result.err}`);
215215
throw new Parse.Error(
216216
Parse.Error.OTHER_CAUSE,
217-
'Invalid token or username'
217+
'Failed to reset password (Username/email or token is invalid)'
218218
);
219219
}
220220

0 commit comments

Comments
 (0)