Skip to content

Commit

Permalink
#184 - fix: 네이버 attribute 이름이 name 으로 되어있었던 것을 nickname 으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
morenow98 committed Feb 22, 2024
1 parent 7e2ed62 commit 7964691
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public String getEmail() {
}

public String getName() {
return (String) this.attributes.get("name");
return (String) this.attributes.get("nickname");
}
}

0 comments on commit 7964691

Please sign in to comment.