From 3159722ad3b73c6ceb70f20e67ae17cccfd9d129 Mon Sep 17 00:00:00 2001 From: yaschalew Date: Sun, 12 Jul 2026 14:59:48 +0300 Subject: [PATCH] reset url fix --- apps/edr-freight-web/backoffice/src/App.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/edr-freight-web/backoffice/src/App.tsx b/apps/edr-freight-web/backoffice/src/App.tsx index 18d382933..e02c03967 100644 --- a/apps/edr-freight-web/backoffice/src/App.tsx +++ b/apps/edr-freight-web/backoffice/src/App.tsx @@ -126,6 +126,7 @@ import WarehouseRulesPage from "./pages/warehouses/WarehouseRulesPage"; import { HealthCheck } from "./features/health/HealthCheck"; import FaydaCallbackPage from "./pages/FaydaCallbackPage"; import { UserManagementRoutes } from "./user-management/route"; +import SetPassword from "./shared/components/SetPassword"; const buildSidebarSections = (demoItems: SidebarItem[]): SidebarSection[] => [ { @@ -655,6 +656,10 @@ const App = () => { } /> {/* } /> */} + } + /> } /> } />