Remove UmbracoBackOfficeIdentity

This commit is contained in:
Mole
2021-02-17 14:21:59 +01:00
parent b9d61f3ad8
commit 8ba3f7ccb4
5 changed files with 5 additions and 20 deletions

View File

@@ -1,16 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
namespace Umbraco.Core.Security
{
/// <summary>
/// A custom user identity for the Umbraco backoffice
/// </summary>
[Serializable]
public class UmbracoBackOfficeIdentity : ClaimsIdentity
{
}
}