Web: Client: fixed settings tree

This commit is contained in:
Viktor Fomin 2021-06-03 20:25:54 +03:00
parent ce35405190
commit a682cdd3f7
2 changed files with 12 additions and 0 deletions

View File

@ -80,6 +80,10 @@ const getTreeItems = (data, path, t) => {
return t("TeamTemplate");
case "ManagementCategorySecurity":
return t("ManagementCategorySecurity");
case "PortalAccess":
return t("PortalAccess");
case "TwoFactorAuth":
return t("TwoFactorAuth");
case "ManagementCategoryIntegration":
return t("ManagementCategoryIntegration");
case "ThirdPartyAuthorization":

View File

@ -65,6 +65,14 @@ export const settingsTree = [
link: "accessportal",
tKey: "PortalAccess",
isCategory: true,
children: [
{
key: "1-1-0",
icon: "",
link: "tfa",
tKey: "TwoFactorAuth",
},
],
},
],
},