Align namespaces in Security to Umbraco.Cms.Core
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user