This commit is contained in:
gazebo
2020-01-06 17:30:36 +08:00
parent c92996a1d9
commit c331ae3996

View File

@@ -285,7 +285,7 @@ func Login(ctx *Context, authType, authID, authIDType, authSecret string) (authI
if authSecret == InternalAuthSecret {
authSecret = ""
}
return LoginInternal(ctx, authIDType, authID, authIDType, authSecret)
return LoginInternal(ctx, authType, authID, authIDType, authSecret)
}
// 通过临时TOKEN绑定新创建的用户