Skip to content

Commit

Permalink
Merge branch 'release1.0.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
myeongheonhong committed Aug 23, 2023
2 parents d66ab09 + 772e318 commit 5e2539e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hooks/queries/login/useAuthKakao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default function useAuthKakao() {

const router = useRouter();
const { code: authCode } = router.query;
console.log(authCode);

const { mutate: kakaoLoginMutate } = useMutation(() => sendCodeToServer(authCode as string), {
onSuccess: (data) => {
Expand Down

0 comments on commit 5e2539e

Please sign in to comment.