dotnet/blazor-samples

Oidc sample double renders full page

Closed this issue · 1 comments

Description

As a result of Routes.razor containing both AuthorizeRouteView & RouteView the full page is rendered twice on the screen so you can scroll down to see the duplicate page:
image

By using only AuthorizeRouteView and removing RouteView the page is rendered only once, regardless of render mode or user authorization state.

Expected Behavior

Page is only rendered once

.NET Version

8

Fixed by #145