Skip to content

Commit cc10bf0

Browse files
Linda Pengangelocordon
Linda Peng
authored andcommitted
Change console log to console error
1 parent 598edd5 commit cc10bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Auth/SignUpForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const SignUpForm = ({ toggleActiveForm }) => {
2929
setErrorMessage('');
3030
})
3131
.catch(err => {
32-
console.log(err);
32+
console.error(err);
3333
setErrorMessage('There was an error!');
3434
});
3535
};

0 commit comments

Comments
 (0)