diff --git a/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoLogin/Index.cshtml b/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoLogin/Index.cshtml index 856796cd25..716521066c 100644 --- a/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoLogin/Index.cshtml +++ b/src/Umbraco.Cms.StaticAssets/umbraco/UmbracoLogin/Index.cshtml @@ -31,7 +31,6 @@ var allowPasswordReset = SecuritySettings.Value.AllowPasswordReset && EmailSender.CanSendRequiredEmail(); var disableLocalLogin = ExternalLogins.HasDenyLocalLogin(); } -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @@ -45,7 +44,7 @@