Skip to content

Commit

Permalink
[FEAT] 쿠키 secure
Browse files Browse the repository at this point in the history
  • Loading branch information
eunxoo committed Feb 15, 2024
1 parent d8e07a3 commit eb3180a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/login/LoginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,10 @@ const LoginPage = () => {

setCookie("accessToken", response.data.result.accessToken, {
path: "/",
secure: true,
});

setCookie("refreshToken", response.data.result.refreshToken, {
path: "/",
secure: true,
});

navigate("/");
Expand Down

0 comments on commit eb3180a

Please sign in to comment.