1
0
mirror of synced 2026-05-22 13:43:20 +00:00

优化代码、修复google获取用户信息失败的问题

This commit is contained in:
yadong.zhang
2019-07-19 22:00:07 +08:00
parent e29df531fa
commit 53df992474
26 changed files with 55 additions and 40 deletions
@@ -83,7 +83,7 @@ public class AuthMicrosoftRequest extends AuthDefaultRequest {
.email(object.getString("mail"))
.gender(AuthUserGender.UNKNOWN)
.token(authToken)
.source(AuthSource.MICROSOFT)
.source(source)
.build();
}