Skip to content

Commit

Permalink
πŸ› bug : μ½˜μ†” μ’€ μ°μ–΄λ³΄μž
Browse files Browse the repository at this point in the history
  • Loading branch information
seondal committed Feb 20, 2024
1 parent be03a7d commit bed27fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/api/users/login/oauth/kakao/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ interface PageProps {

export default function Page({ searchParams }: PageProps) {
useEffect(() => {
console.log(searchParams.code);
getRegister(searchParams.code);
});

Expand Down

0 comments on commit bed27fc

Please sign in to comment.