Skip to content

Commit

Permalink
쿠키 콘솔로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
eunxoo committed Feb 15, 2024
1 parent 34bcd7e commit 4109709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/login/LoginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const LoginPage = () => {
setCookie("refreshToken", response.data.result.refreshToken, {
path: "/",
});
console.log(getCookie("accessToken"));

navigate("/");
} catch (err) {
console.error(err);
Expand Down

0 comments on commit 4109709

Please sign in to comment.