mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-17 05:43:36 +00:00
feat: add "id" to user profile hide list
This commit is contained in:
@@ -47,6 +47,7 @@ import {
|
||||
Copy,
|
||||
Eye,
|
||||
EyeOff,
|
||||
Fingerprint,
|
||||
Hammer,
|
||||
KeyRound,
|
||||
LayoutPanelLeft,
|
||||
@@ -1675,6 +1676,11 @@ export function UserProfilePanel({
|
||||
icon: <KeyRound size={12} />,
|
||||
label: t("nav.credentials"),
|
||||
},
|
||||
{
|
||||
id: "termix-id",
|
||||
icon: <Fingerprint size={12} />,
|
||||
label: t("nav.termixId"),
|
||||
},
|
||||
{
|
||||
id: "connections",
|
||||
icon: <Plug size={12} />,
|
||||
|
||||
Reference in New Issue
Block a user