From ac128e32f96190a25ac6aafa316042dfdd4eef2e Mon Sep 17 00:00:00 2001 From: PhilReact Date: Mon, 28 Jul 2025 16:21:57 +0300 Subject: [PATCH] ability to remove apikey from storage --- src/components/NotAuthenticated.tsx | 47 +++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/src/components/NotAuthenticated.tsx b/src/components/NotAuthenticated.tsx index 2415e73..5fb9b65 100644 --- a/src/components/NotAuthenticated.tsx +++ b/src/components/NotAuthenticated.tsx @@ -1102,6 +1102,53 @@ export const NotAuthenticated = ({ onChange={handleFileChangeApiKey} // File input handler /> + {(apiKey || importedApiKey) && ( + + )}