This commit is contained in:
2020-04-20 19:09:46 +00:00
parent dbeb874103
commit 397abc4220
3 changed files with 16 additions and 19 deletions

View File

@@ -165,15 +165,6 @@ export default {
data: "ay-about"
});
}
//LOGOUT
if (!isCoreBizObject) {
vm.appBar.menuItems.push({
title: window.$gz.translation.get("Logout"),
icon: "fa-sign-out-alt",
key: "app:logout"
});
}
},
///////////////////////////////
// CHANGE HANDLER
@@ -266,9 +257,6 @@ export default {
params: { ayatype: item.data.ayaType, recordid: item.data.recordId }
});
break;
case "logout":
vm.$router.push("/login");
break;
case "customize":
vm.$router.push({
name: "ay-customize",