From 2453545b9c01c26be494fe8eacdeba377fb944a7 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Thu, 16 Jul 2026 23:48:02 -0500 Subject: [PATCH] feat: add "id" to user profile hide list --- src/ui/sidebar/UserProfilePanel.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ui/sidebar/UserProfilePanel.tsx b/src/ui/sidebar/UserProfilePanel.tsx index 36de8eda..c5ff8898 100644 --- a/src/ui/sidebar/UserProfilePanel.tsx +++ b/src/ui/sidebar/UserProfilePanel.tsx @@ -47,6 +47,7 @@ import { Copy, Eye, EyeOff, + Fingerprint, Hammer, KeyRound, LayoutPanelLeft, @@ -1675,6 +1676,11 @@ export function UserProfilePanel({ icon: , label: t("nav.credentials"), }, + { + id: "termix-id", + icon: , + label: t("nav.termixId"), + }, { id: "connections", icon: ,