forked from FoundKeyGang/FoundKey
client: remove integration settings menu entry
This commit is contained in:
parent
b023741f50
commit
96c3744555
1 changed files with 0 additions and 5 deletions
|
@ -89,11 +89,6 @@ const menuDef = computed(() => [{
|
||||||
text: i18n.ts.email,
|
text: i18n.ts.email,
|
||||||
to: '/settings/email',
|
to: '/settings/email',
|
||||||
active: props.initialPage === 'email',
|
active: props.initialPage === 'email',
|
||||||
}, {
|
|
||||||
icon: 'fas fa-share-alt',
|
|
||||||
text: i18n.ts.integration,
|
|
||||||
to: '/settings/integration',
|
|
||||||
active: props.initialPage === 'integration',
|
|
||||||
}, {
|
}, {
|
||||||
icon: 'fas fa-lock',
|
icon: 'fas fa-lock',
|
||||||
text: i18n.ts.security,
|
text: i18n.ts.security,
|
||||||
|
|
Loading…
Reference in a new issue