Skip to content

Commit

Permalink
Merge pull request #114 from teamViNO/feature/users
Browse files Browse the repository at this point in the history
[fix] 카카오 로그인 redirect_url 수정
  • Loading branch information
Juuunyeok authored Feb 12, 2024
2 parents 4a40587 + 447b6e6 commit c4600f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/kakao.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const getKakaoUserInfo = async function(code) {
grant_type: 'authorization_code',
client_id: process.env.KAKAO_CLIENT_ID,
code,
redirect_uri: 'http://vi-no.site/social-account'
redirect_uri: 'https://www.vi-no.site/social-account'
}
});

Expand Down

0 comments on commit c4600f5

Please sign in to comment.