Remove sections setting authorization policy (#15456)

This commit is contained in:
Nikolaj Geisle
2023-12-14 13:57:52 +01:00
committed by GitHub
parent cedfdcc9b2
commit 36b7b86384

View File

@@ -18,7 +18,6 @@ namespace Umbraco.Cms.Web.BackOffice.Controllers;
/// Backoffice controller supporting the dashboard for language administration.
/// </summary>
[PluginController(Constants.Web.Mvc.BackOfficeApiArea)]
[Authorize(Policy = AuthorizationPolicies.SectionAccessSettings)]
public class LanguageController : UmbracoAuthorizedJsonController
{
private readonly ILocalizationService _localizationService;