Skip to content

Commit

Permalink
Merge pull request #199 from teamViNO/feature/users
Browse files Browse the repository at this point in the history
[fix] 생년월일 오류 수정
  • Loading branch information
Juuunyeok authored Feb 17, 2024
2 parents 2fcbf08 + 470acb3 commit 76ee316
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 @@ -32,7 +32,7 @@ export const getKakaoUserInfo = async function(code) {
name: data.properties.nickname,
email: data.kakao_account.email,
platform: 'kakao',
birth_date: '',
birth_date: null,
gender: '',
phone_number: '',
theme: '0',
Expand Down

0 comments on commit 76ee316

Please sign in to comment.