mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +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