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{
 | 
			
		||||
		Type:     models.UserTypeOrganization,
 | 
			
		||||
		PageSize: setting.UI.Admin.OrgPagingNum,
 | 
			
		||||
		Private:  true,
 | 
			
		||||
	}, tplOrgs)
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user