Skip to content

Commit db73c8f

Browse files
committed
hotfix: 쿠키 설정 수정
1 parent acb802f commit db73c8f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/app/callback/auth/api/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const cookieOptions = {
66
secure: true,
77
httpOnly: true,
88
path: '/',
9+
domain: '.noteme.kro.kr',
910
};
1011

1112
export const POST = async (request: Request) => {

src/hooks/useInfiniteRecruitment.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ const useInfiniteRecruitment = ({
7575
}, [initialRecruitments]);
7676

7777
const fetchNextPage = useCallback(async () => {
78-
console.log('run this', enable, page);
7978
setIsLoading(true);
8079

8180
try {

0 commit comments

Comments
 (0)