Skip to content

Commit

Permalink
Fix: Oauth 생일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
1223v committed Nov 19, 2023
1 parent b9fb5d0 commit 8ad8189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public String getBirth() {
return null;
}

return (String)account.get("birthyear");
return (String)account.get("birthday");
}

@Override
Expand Down

0 comments on commit 8ad8189

Please sign in to comment.