mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-20 11:54:15 +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