Skip to content

Commit

Permalink
ajustes git
Browse files Browse the repository at this point in the history
  • Loading branch information
gustaallves committed Dec 6, 2023
1 parent ebfaf5b commit 24fb68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/auth/UserLogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const UserLogin = () => {
useEffect(() => {
dispatch(setUserToken({ access_token: access_token }));
}, [access_token, dispatch]);

// git
return (
<>
{server_error.non_field_errors ? console.log(server_error.non_field_errors[0]) : ''}
Expand Down

0 comments on commit 24fb68b

Please sign in to comment.