Converts FeatureAuthorize to authz policy

This commit is contained in:
Shannon
2020-11-20 12:40:29 +11:00
parent f32399292e
commit e7b4c5a811
54 changed files with 135 additions and 107 deletions

View File

@@ -5,7 +5,7 @@ using Umbraco.Web.BackOffice.Controllers;
using Umbraco.Web.Common.Attributes;
using Umbraco.Web.Common.Controllers;
using Microsoft.AspNetCore.Authorization;
using Umbraco.Web.BackOffice.Authorization;
using Umbraco.Web.Common.Authorization;
namespace Umbraco.Web.BackOffice.Profiling
{