From b8dbb32e3878d949c63a98d377fec2dac46312f6 Mon Sep 17 00:00:00 2001 From: Thigazhezhilan J Date: Tue, 2 Jun 2026 22:19:40 +0530 Subject: [PATCH] Show Auto-Login section even when broker is disconnected The Refresh Now button needs to be accessible when broker is disconnected so users can reconnect via auto-login without manually going through the OAuth flow. Co-Authored-By: Claude Sonnet 4.6 --- src/components/landing/PortfolioSection.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/components/landing/PortfolioSection.tsx b/src/components/landing/PortfolioSection.tsx index 8f440629..f90ebb39 100644 --- a/src/components/landing/PortfolioSection.tsx +++ b/src/components/landing/PortfolioSection.tsx @@ -1689,14 +1689,12 @@ export default function PortfolioSection() { - {isConnected && ( -
- -
- )} +
+ +