Align namespaces in Security to Umbraco.Cms.Core

This commit is contained in:
Mole
2021-02-15 12:01:12 +01:00
parent 9733072f24
commit 30b086d5d0
64 changed files with 43 additions and 122 deletions

View File

@@ -1,8 +1,7 @@
using System.Threading.Tasks;
using Microsoft.AspNetCore.Identity;
using Umbraco.Core.Security;
namespace Umbraco.Core.Security
namespace Umbraco.Cms.Core.Security
{
public class BackOfficeUserValidator<T> : UserValidator<T>
where T : BackOfficeIdentityUser