From a043676dc48cf0ec75908b99df240c641c7817a9 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 26 Aug 2024 18:59:29 -0700 Subject: [PATCH] fix regen api key flow --- .../src/components/view_key_table.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/view_key_table.tsx b/ui/litellm-dashboard/src/components/view_key_table.tsx index e0ac43521..019a11179 100644 --- a/ui/litellm-dashboard/src/components/view_key_table.tsx +++ b/ui/litellm-dashboard/src/components/view_key_table.tsx @@ -1043,13 +1043,26 @@ const ViewKeyTable: React.FC = ({ Regenerated Key

- Please replace your old key with the new key generated.For + Please replace your old key with the new key generated. For security reasons, you will not be able to view it again through your LiteLLM account. If you lose this secret key, you will need to generate a new one.

+ Key Alias: +
+
+                {selectedToken?.key_alias || 'No alias set'}
+              
+
New API Key: