adasd
All checks were successful
Deploy / deploy-staging (push) Successful in 41s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-25 23:36:23 +02:00
parent 3be4394bec
commit 44d9aa0969
20 changed files with 1063 additions and 87 deletions

View File

@@ -3,7 +3,7 @@
declare(strict_types=1);
$productName = (string) ($loginScreen['branding']['product_name'] ?? 'Kusche.Berlin');
$headline = (string) ($loginScreen['branding']['headline'] ?? 'Desktop Login');
$headline = (string) ($loginScreen['branding']['headline'] ?? 'Anmeldung');
$subheadline = (string) ($loginScreen['branding']['subheadline'] ?? '');
$loginUrl = $loginScreen['login_url'] ?? null;
$registerUrl = $loginScreen['register_url'] ?? null;