This commit is contained in:
richboo111
2022-08-12 11:00:15 +08:00
parent af8e5d6b61
commit 2cc50637a8

View File

@@ -264,7 +264,7 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string
} else {
// 返回authBind中UserID为空表示只是认证但本地没有记录这种情况会返回临时TOKEN
if authBindEx.UserHint != nil && authBindEx.UserID == "" {
globals.SugarLogger.Debug("进入")
globals.SugarLogger.Debug("进入,输出一下authBindEx,authBindEx.UserHint", authBindEx, authBindEx.UserHint)
// 利用得到受信任的信息查找用户
// if authBindEx.UserHint.Mobile != "" {
// user = userProvider.GetUser(authBindEx.UserHint.Mobile, UserIDMobile)