remove invalid app tag, fix page title not being set on first render

This commit is contained in:
Shaun Walker
2022-01-11 15:07:54 -05:00
parent 477ded6a4a
commit 5aecc4be03
2 changed files with 10 additions and 15 deletions

View File

@ -21,9 +21,7 @@
</head>
<body>
@(Html.AntiForgeryToken())
<app>
<component type="typeof(Oqtane.App)" render-mode="@Model.RenderMode" param-AntiForgeryToken="@Model.AntiForgeryToken" param-Runtime="@Model.Runtime" param-RenderMode="@Model.RenderMode.ToString()" param-VisitorId="@Model.VisitorId" />
</app>
<component type="typeof(Oqtane.App)" render-mode="@Model.RenderMode" param-AntiForgeryToken="@Model.AntiForgeryToken" param-Runtime="@Model.Runtime" param-RenderMode="@Model.RenderMode.ToString()" param-VisitorId="@Model.VisitorId" />
<div id="blazor-error-ui">
<environment include="Staging,Production">