From 901753e8d15e8d3640ec4e326422fc1027beec0f Mon Sep 17 00:00:00 2001 From: Sergey Kozyrenko Date: Sat, 13 Jun 2026 03:00:36 +0700 Subject: [PATCH] feat(webui): show the Profile menu shortcut for OAuth users too The account page is already available to OAuth users, so drop the local-only gate on the user-menu "Profile" item to match. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../src/components/layouts/main-sidebar.tsx | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/layouts/main-sidebar.tsx b/frontend/src/components/layouts/main-sidebar.tsx index b12b0fa1..1fb0c0d2 100644 --- a/frontend/src/components/layouts/main-sidebar.tsx +++ b/frontend/src/components/layouts/main-sidebar.tsx @@ -352,17 +352,13 @@ export function MainSidebar() { - {user?.type === 'local' && ( - <> - - - - - Profile - - - - )} + + + + + Profile + + logout()}>