mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-21 12:27:05 +08:00
@ -25,5 +25,6 @@ func Organizations(ctx *context.Context) {
|
|||||||
routers.RenderUserSearch(ctx, &models.SearchUserOptions{
|
routers.RenderUserSearch(ctx, &models.SearchUserOptions{
|
||||||
Type: models.UserTypeOrganization,
|
Type: models.UserTypeOrganization,
|
||||||
PageSize: setting.UI.Admin.OrgPagingNum,
|
PageSize: setting.UI.Admin.OrgPagingNum,
|
||||||
|
Private: true,
|
||||||
}, tplOrgs)
|
}, tplOrgs)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user