Added Email-Signature to Profile

This commit is contained in:
2024-10-08 13:53:36 +02:00
parent e1f94cfb72
commit 06badd590c
2 changed files with 48 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ const items = computed(() => [
label: '',
disabled: true
}], [{
label: 'Mein Profil',
icon: 'i-heroicons-user',
to: `/profiles/show/${dataStore.activeProfile.id}`
},{
label: 'Abmelden',
icon: 'i-heroicons-arrow-left-on-rectangle',
click: async () => {