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,
|
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} />,
|
||||||
|
|||||||
Reference in New Issue
Block a user