Skip to content

Commit d5cdac0

Browse files
committed
Update SignupPage.js
1 parent 8aea9dc commit d5cdac0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/SignupPage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ function SignupPage() {
7878
const res = await axios
7979
.post(URL_USER_SVC, { username, email, password })
8080
.catch((err) => {
81+
console.log(err);
8182
if (err.response.status === STATUS_CODE_BAD_REQUEST) {
8283
if (err.response.message === "Email is in the wrong format!") {
8384
setErrorDialog(err.response.message);

0 commit comments

Comments
 (0)