From ef82cbe01c92e021317d27ad3002b0c4c76634e8 Mon Sep 17 00:00:00 2001 From: Simon Strandgaard Date: Fri, 10 Apr 2026 01:46:42 +0200 Subject: [PATCH] fix: show dimmed copy icon with "Rotate to enable copy" tooltip for legacy keys Keys created before the key_plaintext column migration have NULL plaintext. Show a dimmed copy icon with a tooltip explaining how to fix it, instead of hiding the button entirely. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend_multi_user/templates/account.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend_multi_user/templates/account.html b/frontend_multi_user/templates/account.html index 77faca4e..fcf0269f 100644 --- a/frontend_multi_user/templates/account.html +++ b/frontend_multi_user/templates/account.html @@ -576,6 +576,10 @@

API Keys

+ {% else %} + + + {% endif %}