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

@@ -5,7 +5,7 @@ using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Identity;
using Microsoft.Owin.Security.DataProtection;
using Umbraco.Web.Models.Identity;
using Umbraco.Core.BackOffice;
namespace Umbraco.Web.Security
{