From e203af6a73c59afcb859f9425fae646274d7a093 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Thu, 8 Jan 2026 17:07:38 -0500 Subject: [PATCH] Add redacted dots to channel key preview in header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Shows ABCD-••••-3456 instead of ABCD...3456 to indicate the key is longer and has been redacted. Co-Authored-By: Claude Opus 4.5 --- frontends/web/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/web/templates/base.html b/frontends/web/templates/base.html index 4396f31..2f2c909 100644 --- a/frontends/web/templates/base.html +++ b/frontends/web/templates/base.html @@ -17,7 +17,7 @@ {% if channel_configured %} - {{ channel_fingerprint[:4] }}...{{ channel_fingerprint[-4:] }} + {{ channel_fingerprint[:4] }}-••••-{{ channel_fingerprint[-4:] }} {% else %}