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