From 4b4e93c6033f30df149830065d7056bee3a69ccd Mon Sep 17 00:00:00 2001 From: Sergey Kozyrenko Date: Sun, 14 Jun 2026 12:43:29 +0700 Subject: [PATCH] fix(webui): land /settings on Account, the first menu item Account was added as the first settings sidebar item, but the index and catch-all routes still redirected to /settings/providers, so the gear "Settings" link dropped the user on the second item. Point both redirects at /settings/account. Co-Authored-By: Claude Fable 5 --- frontend/src/app.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app.tsx b/frontend/src/app.tsx index 16a156d6..8cc52632 100644 --- a/frontend/src/app.tsx +++ b/frontend/src/app.tsx @@ -201,7 +201,7 @@ const router = createBrowserRouter( element={ } index @@ -241,7 +241,7 @@ const router = createBrowserRouter( element={ } path="*"