fix(client): Vague Error messages (#36047)

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
Parth Parth
2019-06-19 15:31:03 +01:00
committed by mrugesh
parent e6a3df45f1
commit 67028025d1
4 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,8 @@ export default function prodErrorHandler() {
const redirectTo = handled.redirectTo || `${homeLocation}/`;
const message =
handled.message || 'Oops! Something went wrong. Please try again later';
handled.message ||
'Oops! Something went wrong. Please try again in a moment.';
if (isDev) {
console.error(err);