Skip to content

Commit

Permalink
#18 集成社区评论组件
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jan 15, 2020
1 parent 1f55edc commit f13bf9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/b3log/solo/processor/OAuthProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ public synchronized void authCallback(final RequestContext context) {
}
} else {
user.put(UserExt.USER_GITHUB_ID, openId);
user.put(User.USER_NAME, userName);
user.put(UserExt.USER_AVATAR, userAvatar);
try {
userMgmtService.updateUser(user);
Expand Down

0 comments on commit f13bf9b

Please # to comment.