Skip to content

Commit

Permalink
error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dendidibe committed Aug 10, 2023
1 parent 99b91e5 commit fac44b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client-web/src/pages/Signon/EmailSignUpForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export function EmailSignUpForm(props: TProps) {
showSnackbar("error", errors.join(", "));
}
}
showSnackbar("error", error.response.data.error);
}
setSubmitting(false);
},
Expand Down

0 comments on commit fac44b5

Please sign in to comment.