Skip to content

Commit

Permalink
fix : kakao console remove
Browse files Browse the repository at this point in the history
  • Loading branch information
sw326 committed Sep 12, 2024
1 parent 3a1a62a commit 84b67a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/members/Redirection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const Redirection: React.FC = () => {
localStorage.setItem('token', token);
localStorage.setItem('refreshToken', refreshToken);
login(token, refreshToken, false);
console.log('Login successful:', { token, refreshToken });
} catch (error) {
console.error('Login error:', error);
const errorMessage = handleApiError(error);
Expand Down

0 comments on commit 84b67a0

Please sign in to comment.