From 2dedc133077c53f670d6316d9dce11b6d39f3ead Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Thu, 5 Mar 2026 17:34:09 -0500 Subject: [PATCH] Fix API key key-display wrapping --- web/src/components/ApiKey/ApiKeyManager.vue | 54 ++++++++++--------- .../components/ApiKeyAuthorize.standalone.vue | 18 +++---- 2 files changed, 37 insertions(+), 35 deletions(-) diff --git a/web/src/components/ApiKey/ApiKeyManager.vue b/web/src/components/ApiKey/ApiKeyManager.vue index 78b31c6c58..c69bd89596 100644 --- a/web/src/components/ApiKey/ApiKeyManager.vue +++ b/web/src/components/ApiKey/ApiKeyManager.vue @@ -261,40 +261,42 @@ async function copyKeyTemplate(key: ApiKeyFragment) { role }} -
- API Key: -
- +
+
+ API Key: + + + + + + +

{{ copied ? 'Copied!' : 'Copy to clipboard...' }}

+
+
+
+
+
+ + {{ showKey[key.id] ? key.key : '••••••••••••••••••••••••••••••••' }} +
- - - - - - -

{{ copied ? 'Copied!' : 'Copy to clipboard...' }}

-
-
-
{
-
-
- +
+
+ + {{ showKey ? createdApiKey : '••••••••••••••••••••••••••••••••' }} +