This commit is contained in:
richboo111
2022-08-12 10:15:46 +08:00
parent 4f8e99e939
commit ff4e84e2e0

View File

@@ -323,6 +323,7 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string
}
func Login(ctx *Context, authType, authID, authIDType, authSecret string) (authInfo *AuthInfo, err error) {
globals.SugarLogger.Debug("我进入login了===========================")
if authSecret == InternalAuthSecret {
authSecret = ""
}