修改騎手位置回傳

This commit is contained in:
邹宗楠
2022-05-17 16:39:26 +08:00
parent 44b426cc4a
commit f12103db54
2 changed files with 1 additions and 2 deletions

View File

@@ -273,7 +273,6 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string
if user2 := userProvider.GetUser(authBindEx.UserHint.Email, UserIDMobile); user2 != nil {
user = user2
}
} else if authBindEx.UserID != "" {
user = userProvider.GetUser(authBindEx.UserID, UserIDID)
}