Skip to content

Commit 5c155d4

Browse files
authored
Remove workaround for templating encoding issue (#22367)
1 parent 51cbcbc commit 5c155d4

File tree

1 file changed

+1
-2
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp

1 file changed

+1
-2
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/App.razor

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
@*#if (NoAuth)
1+
@*#if (NoAuth)
32
<Router AppAssembly="@typeof(Program).Assembly">
43
<Found Context="routeData">
54
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />

0 commit comments

Comments
 (0)