fk
This commit is contained in:
@@ -285,7 +285,7 @@ func Login(ctx *Context, authType, authID, authIDType, authSecret string) (authI
|
|||||||
if authSecret == InternalAuthSecret {
|
if authSecret == InternalAuthSecret {
|
||||||
authSecret = ""
|
authSecret = ""
|
||||||
}
|
}
|
||||||
return LoginInternal(ctx, authIDType, authID, authIDType, authSecret)
|
return LoginInternal(ctx, authType, authID, authIDType, authSecret)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 通过临时TOKEN绑定新创建的用户
|
// 通过临时TOKEN绑定新创建的用户
|
||||||
|
|||||||
Reference in New Issue
Block a user