From 106edb8bb71c7ca40891571c04d29a787341f9fc Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Tue, 12 May 2026 04:42:33 +0530 Subject: [PATCH] feat: hide api key input when authenticated --- src/routes/dashboard.tsx | 68 ++++++++++++++++++++++------------------ 1 file changed, 37 insertions(+), 31 deletions(-) diff --git a/src/routes/dashboard.tsx b/src/routes/dashboard.tsx index 9b78073..2db29fc 100644 --- a/src/routes/dashboard.tsx +++ b/src/routes/dashboard.tsx @@ -63,47 +63,53 @@ export const Dashboard = (props: { isUnlocked: boolean }) => (