Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Janderson Souza Matias authored and Janderson Souza Matias committed Jan 15, 2024
1 parent 21a0de3 commit 5ea9c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/contexts/UserContext/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const UserContextProvider = ({ children }: Props) => {

const handleLogin = async (props: { email: string; code: string }) => {
const response = await AuthService.login(props);
console.log({ response });

setUser(response.data);
StorageService.setUser(response.data);
Expand Down

0 comments on commit 5ea9c74

Please sign in to comment.