feat: add "id" to user profile hide list

This commit is contained in:
LukeGus
2026-07-16 23:48:02 -05:00
parent f27b4e6b23
commit 2453545b9c
+6
View File
@@ -47,6 +47,7 @@ import {
Copy, Copy,
Eye, Eye,
EyeOff, EyeOff,
Fingerprint,
Hammer, Hammer,
KeyRound, KeyRound,
LayoutPanelLeft, LayoutPanelLeft,
@@ -1675,6 +1676,11 @@ export function UserProfilePanel({
icon: <KeyRound size={12} />, icon: <KeyRound size={12} />,
label: t("nav.credentials"), label: t("nav.credentials"),
}, },
{
id: "termix-id",
icon: <Fingerprint size={12} />,
label: t("nav.termixId"),
},
{ {
id: "connections", id: "connections",
icon: <Plug size={12} />, icon: <Plug size={12} />,