KI-AGENT: Erstzugriff und Mandanten-Grunddaten für Selfhosting ergänzen

This commit is contained in:
2026-05-18 18:17:23 +02:00
parent f33ccf730a
commit 4d24e3a657
7 changed files with 521 additions and 3 deletions

View File

@@ -14,9 +14,7 @@ const tenantInitials = computed(() => {
.join('') || 'M'
})
const activeTenants = computed(() =>
auth.tenants.filter((tenant) => tenant.hasActiveLicense)
)
const activeTenants = computed(() => auth.tenants)
const tenantItems = computed(() => [
activeTenants.value.map((tenant) => ({