dd
This commit is contained in:
@@ -275,7 +275,7 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string
|
|||||||
// if user != nil {
|
// if user != nil {
|
||||||
// authBindEx.UserID = user.GetID()
|
// authBindEx.UserID = user.GetID()
|
||||||
// }
|
// }
|
||||||
if user2 := userProvider.GetUser(authBindEx.UserHint.Mobile, UserIDMobile); user2 != nil {
|
if user2 := userProvider.GetUser(authBindEx.UserHint.Email, UserIDMobile); user2 != nil {
|
||||||
user = user2
|
user = user2
|
||||||
}
|
}
|
||||||
globals.SugarLogger.Debug("user检测1=============", user)
|
globals.SugarLogger.Debug("user检测1=============", user)
|
||||||
|
|||||||
Reference in New Issue
Block a user