We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da5dd1 commit bf413dbCopy full SHA for bf413db
src/app/api/auth/kakao/callback/page.tsx
@@ -20,6 +20,7 @@ export default function KakaoCallBack() {
20
21
const { data: userData } = useGetUserData();
22
const nickname = userData?.data?.data?.nickname;
23
+ console.log("data", data);
24
25
useEffect(() => {
26
if (data) {
0 commit comments