This commit is contained in:
richboo111
2022-08-11 14:22:41 +08:00
parent d029659628
commit 766bfaeb5e

View File

@@ -278,7 +278,7 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string
user = userProvider.GetUser(authBindEx.UserID, UserIDID) user = userProvider.GetUser(authBindEx.UserID, UserIDID)
} }
} }
globals.SugarLogger.Debug("输出authBindEx", authBindEx) globals.SugarLogger.Debug("输出authBindEx,user", authBindEx, user)
authInfo = createAuthInfo(user, authBindEx) authInfo = createAuthInfo(user, authBindEx)
globals.SugarLogger.Debug("输出authInfo", authInfo) globals.SugarLogger.Debug("输出authInfo", authInfo)
if user != nil && user.GetID() != "" { if user != nil && user.GetID() != "" {