diff --git a/frontends/web/templates/decode.html b/frontends/web/templates/decode.html index 88667ac..a5905c8 100644 --- a/frontends/web/templates/decode.html +++ b/frontends/web/templates/decode.html @@ -362,8 +362,8 @@ -
- {% if channel_configured %} +
+ {% if channel_configured and channel_fingerprint %} Server: {{ channel_fingerprint[:4] }}-••••-···-••••-{{ channel_fingerprint[-4:] }} {% endif %} diff --git a/frontends/web/templates/encode.html b/frontends/web/templates/encode.html index ff88a91..e257873 100644 --- a/frontends/web/templates/encode.html +++ b/frontends/web/templates/encode.html @@ -429,8 +429,8 @@ -
- {% if channel_configured %} +
+ {% if channel_configured and channel_fingerprint %} Server: {{ channel_fingerprint[:4] }}-••••-···-••••-{{ channel_fingerprint[-4:] }} {% endif %}