Showing
1 changed file
with
2 additions
and
0 deletions
@@ -31,6 +31,8 @@ function doPassportCallback(req, res, user) { | @@ -31,6 +31,8 @@ function doPassportCallback(req, res, user) { | ||
31 | if (user.openId && user.nickname) { | 31 | if (user.openId && user.nickname) { |
32 | let signinByOpenID; | 32 | let signinByOpenID; |
33 | 33 | ||
34 | + user.nickname = _.trim(user.nickname); | ||
35 | + | ||
34 | if (user.sourceType === 'wechat') { | 36 | if (user.sourceType === 'wechat') { |
35 | 37 | ||
36 | // PC 的微信登录之前使用了 open_id, 所以需要特别的接口处理 | 38 | // PC 的微信登录之前使用了 open_id, 所以需要特别的接口处理 |
-
Please register or login to post a comment