Skip to content

Commit

Permalink
add missing not found and not authorized sections to the router.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Nov 12, 2023
1 parent 4daaf6a commit e8a3af9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@
<Authorizing>
<LoadingComponent Color="#FFF" />
</Authorizing>
<NotAuthorized>
<NotAuthorizedPage />
</NotAuthorized>
</AuthorizeRouteView>
</Found>
<NotFound>
<NotFoundPage />
</NotFound>
<Navigating>
<LoadingComponent Color="#FFF" />
</Navigating>
Expand Down

0 comments on commit e8a3af9

Please sign in to comment.