Reduced duplicated code

This commit is contained in:
Scott Brady
2020-05-18 08:21:34 +01:00
parent c6210ba7f2
commit c92c633edb
55 changed files with 158 additions and 1076 deletions

View File

@@ -3,8 +3,8 @@ using System.Web;
using Microsoft.Owin;
using Microsoft.Owin.Security;
using Umbraco.Core;
using Umbraco.Web.Models.Identity;
using Umbraco.Web.Security;
using BackOfficeIdentityUser = Umbraco.Core.BackOffice.BackOfficeIdentityUser;
namespace Umbraco.Web
{