This commit is contained in:
2021-03-15 19:07:00 +00:00
parent 09d2d4b1bf
commit 284d3753c1
2 changed files with 13 additions and 21 deletions

View File

@@ -14,7 +14,6 @@
<v-col cols="12">
<v-card class="mx-auto my-12" max-width="600">
<v-card-title>{{ $ay.t("AuthConnectAppTitle") }}</v-card-title>
<v-card-text>
<v-btn color="accent" @click="disable()">{{
$ay.t("AuthDisableTwoFactor")
@@ -288,17 +287,7 @@ function generateMenu(vm) {
menuItems: []
};
// if (vm.rights.change) {
// menuOptions.menuItems.push({
// title: "Save",
// icon: "$ayiSave",
// surface: true,
// key: FORM_KEY + ":save",
// vm: vm
// });
// }
// window.$gz.eventBus.$emit("menu-change", menuOptions);
window.$gz.eventBus.$emit("menu-change", menuOptions);
}
/////////////////////////////////