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 = () => { } /> {/* } /> */} + } + /> } /> } />