This commit is contained in:
richboo111
2022-08-12 10:01:11 +08:00
parent addcd9eb72
commit 4f8e99e939

View File

@@ -318,6 +318,7 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string
} else { } else {
err = ErrIllegalAuthType err = ErrIllegalAuthType
} }
globals.SugarLogger.Debug("我到最末端了===========================")
return authInfo, err return authInfo, err
} }