dd
This commit is contained in:
@@ -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) {
|
func Login(ctx *Context, authType, authID, authIDType, authSecret string) (authInfo *AuthInfo, err error) {
|
||||||
|
globals.SugarLogger.Debug("我进入login了===========================")
|
||||||
if authSecret == InternalAuthSecret {
|
if authSecret == InternalAuthSecret {
|
||||||
authSecret = ""
|
authSecret = ""
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user