Skip to content

Commit

Permalink
✅test:login error코드 구체화
Browse files Browse the repository at this point in the history
  • Loading branch information
tkv00 committed Dec 5, 2024
1 parent cbd8d74 commit fc77b85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/Login/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ export default function Login() {
nav("/main");
} catch (error) {
// 로그인 실패 시 메시지
alert(API_URL);

console.error(error);
}
}
};
Expand Down

0 comments on commit fc77b85

Please sign in to comment.