Skip to content

Commit

Permalink
temp remove tag helpers (#16977)
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrasmussen authored Aug 30, 2024
1 parent c830d08 commit 84cc305
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
var allowPasswordReset = SecuritySettings.Value.AllowPasswordReset && EmailSender.CanSendRequiredEmail();
var disableLocalLogin = ExternalLogins.HasDenyLocalLogin();
}
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

<!DOCTYPE html>
<html lang="@GlobalSettings.Value.DefaultUILanguage">
Expand All @@ -45,7 +44,7 @@
<meta name="pinterest" content="nopin"/>
<title>Umbraco</title>

<link rel="stylesheet" href="~/umbraco/backoffice/css/uui-css.css" asp-append-version="true" />
<link rel="stylesheet" href="~/umbraco/backoffice/css/uui-css.css" />
<style>
body {
margin: 0;
Expand All @@ -55,7 +54,7 @@
</style>

@await Html.BackOfficeImportMapScriptAsync(JsonSerializer, BackOfficePathGenerator, PackageManifestService)
<script type="module" src="~/umbraco/login/login.js" asp-append-version="true"></script>
<script type="module" src="~/umbraco/login/login.js"></script>
</head>

<body class="uui-font uui-text" style="margin: 0; padding: 0; overflow: hidden">
Expand Down

0 comments on commit 84cc305

Please sign in to comment.