* Fixed issue with not authorizing user
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
@using OrdersManagement.Components.Layout
|
||||
<Router AppAssembly="@typeof(Program).Assembly">
|
||||
<Router AppAssembly="@typeof(Program).Assembly">
|
||||
<Found Context="routeData">
|
||||
<RouteView RouteData="@routeData" DefaultLayout="@typeof(Layout.MainLayout)" />
|
||||
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
|
||||
|
||||
Reference in New Issue
Block a user