From 6f0904323bcab9cd99c1894ca7d4890c3c2b0328 Mon Sep 17 00:00:00 2001 From: inimaz <93inigo93@gmail.com> Date: Sun, 15 Feb 2026 10:56:42 +0100 Subject: [PATCH 1/2] fix: starlette to compatible version --- requirements/requirements-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-api.txt b/requirements/requirements-api.txt index 2eb76b363..1e3067e43 100644 --- a/requirements/requirements-api.txt +++ b/requirements/requirements-api.txt @@ -178,7 +178,7 @@ sqlalchemy==1.4.54 # via # codecarbon (pyproject.toml) # alembic -starlette==0.52.1 +starlette==0.50.0 # via fastapi termcolor==3.2.0 # via yaspin From f91772bc1432c6e2752f9b14701588ee2c988d3b Mon Sep 17 00:00:00 2001 From: inimaz <93inigo93@gmail.com> Date: Sun, 15 Feb 2026 13:16:31 +0100 Subject: [PATCH 2/2] fix(ui): temp deactivate of the profile page link --- webapp/src/components/navbar.tsx | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/webapp/src/components/navbar.tsx b/webapp/src/components/navbar.tsx index 2894a1a84..75c6256e3 100644 --- a/webapp/src/components/navbar.tsx +++ b/webapp/src/components/navbar.tsx @@ -251,20 +251,22 @@ export default function NavBar({ onClose={() => setNewOrgModalOpen(false)} onOrganizationCreated={refreshOrgList} /> - {USER_PROFILE_URL && ( - { - setSelected("profile"); - setSheetOpened?.(false); - window.location.href = USER_PROFILE_URL!; // Redirect to Fief profile to handle profile updates there - }} - paddingY={1.5} - icon={} - > - Profile - - )} + { + // USER_PROFILE_URL && ( + // { + // setSelected("profile"); + // setSheetOpened?.(false); + // window.location.href = USER_PROFILE_URL!; // Redirect to profile to handle profile updates there + // }} + // paddingY={1.5} + // icon={} + // > + // Profile + // + // ) + } { setSheetOpened?.(false);