mirror of
https://github.com/go-gitea/gitea
synced 2024-11-17 15:31:06 +01:00
parent
b79820f610
commit
538a26d56f
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue