Skip to content

Commit 61285bb

Browse files
committed
Workaround for #18058
1 parent 149aa55 commit 61285bb

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

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

0 commit comments

Comments
 (0)