Skip to content

Commit da61296

Browse files
committed
BUG : 카카오 소셜 로그인 버그2 수정
1 parent ae23570 commit da61296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const kakaoVerify = async (profile) => {
8989
return {
9090
signupRequired : true,
9191
provider : profile.provider,
92-
oauth_id : profile.id,
92+
oauth_id : profile.id.toString(),
9393
};
9494
};
9595

0 commit comments

Comments
 (0)