die tenant admin oauth authentifizierung wurde implementiert und funktioniert jetzt. Zudem wurde das marketing frontend dashboard implementiert.

This commit is contained in:
Codex Agent
2025-11-04 16:14:17 +01:00
parent 92e64c361a
commit fe380689fb
63 changed files with 4239 additions and 1142 deletions

View File

@@ -13,7 +13,7 @@ class CreditAlertsWidget extends StatsOverviewWidget
protected int|string|array $columnSpan = 'full';
protected function getCards(): array
protected function getStats(): array
{
$lowBalanceCount = Tenant::query()
->where('is_active', true)
@@ -58,4 +58,3 @@ class CreditAlertsWidget extends StatsOverviewWidget
];
}
}