diff --git a/components/displayWelcome.vue b/components/displayWelcome.vue index fad6478..889b07b 100644 --- a/components/displayWelcome.vue +++ b/components/displayWelcome.vue @@ -1,23 +1,14 @@ - Willkommen zurück {{profileStore.activeProfile.fullName}} - bei {{tenant.name}} + Willkommen zurück {{auth.profile.full_name}} + bei {{auth.activeTenantData.name}}