Skip to content

Commit

Permalink
fix: 만료 시간 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Sep 2, 2024
1 parent 757943c commit 95075bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/admin/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const middleware = async () => {
httpOnly: true,
secure: true,
sameSite: "lax",
expires: setExpireTime(1),
});
return response;
} catch (error) {
Expand Down

0 comments on commit 95075bf

Please sign in to comment.