This commit is contained in:
2021-03-11 21:55:06 +00:00
parent 00e4178e53
commit 3e62f24317

View File

@@ -479,8 +479,8 @@ function generateMenu(vm) {
});
menuOptions.menuItems.push({
title: "Two factor authentication",
icon: "$ayiKey",
title: "AuthTwoFactor",
icon: "$ayiLock",
data: "home-security",
key: "app:nav:SECURITY"
});
@@ -513,7 +513,8 @@ async function fetchTranslatedText(vm) {
"MapUrlTemplate",
"UserPhone1",
"UserPhone2",
"UserPageAddress"
"UserPageAddress",
"AuthTwoFactor"
]);
}