Skip to content

Commit

Permalink
hotfix: 쿠키 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsuking committed Nov 17, 2024
1 parent acb802f commit db73c8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/app/callback/auth/api/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const cookieOptions = {
secure: true,
httpOnly: true,
path: '/',
domain: '.noteme.kro.kr',
};

export const POST = async (request: Request) => {
Expand Down
1 change: 0 additions & 1 deletion src/hooks/useInfiniteRecruitment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const useInfiniteRecruitment = ({
}, [initialRecruitments]);

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

try {
Expand Down

0 comments on commit db73c8f

Please sign in to comment.