Skip to content

Commit c1a4757

Browse files
Linda Pengangelocordon
Linda Peng
authored andcommitted
Change console log to console error
1 parent 1bbd69c commit c1a4757

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)