From 63c85551224258f95bf4ecbc26f4725b71b2cdfb Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Mon, 31 Aug 2020 13:56:25 +0200 Subject: [PATCH] missing import --- .../Controllers/AuthenticationController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.BackOffice/Controllers/AuthenticationController.cs b/src/Umbraco.Web.BackOffice/Controllers/AuthenticationController.cs index 1c9ff85552..643c0e7e99 100644 --- a/src/Umbraco.Web.BackOffice/Controllers/AuthenticationController.cs +++ b/src/Umbraco.Web.BackOffice/Controllers/AuthenticationController.cs @@ -8,6 +8,7 @@ using System.Linq; using System.Net; using System.Net.Mail; using System.Threading.Tasks; +using Microsoft.AspNetCore.Routing; using Umbraco.Core; using Umbraco.Core.BackOffice; using Umbraco.Core.Configuration;