Commit 5c00fc9e authored by fangzhipeng's avatar fangzhipeng

取消用户名同步

parent b5bd60ac
Pipeline #218 canceled with stages
...@@ -172,7 +172,7 @@ public class OAuthProcessor { ...@@ -172,7 +172,7 @@ public class OAuthProcessor {
} }
} }
} else { } else {
user.put(User.USER_NAME, userName); // user.put(User.USER_NAME, userName);
user.put(UserExt.USER_AVATAR, userAvatar); user.put(UserExt.USER_AVATAR, userAvatar);
try { try {
userMgmtService.updateUser(user); userMgmtService.updateUser(user);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment