Commit 5c00fc9e authored by fangzhipeng's avatar fangzhipeng

取消用户名同步

parent b5bd60ac
Pipeline #218 canceled with stages
......@@ -172,7 +172,7 @@ public class OAuthProcessor {
}
}
} else {
user.put(User.USER_NAME, userName);
// user.put(User.USER_NAME, userName);
user.put(UserExt.USER_AVATAR, userAvatar);
try {
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