adasd
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'title' => 'Desktop Login',
|
||||
'title' => 'Anmeldung',
|
||||
'description' => 'Spaeterer Uebergabepunkt fuer das Keycloak-Theme im Desktop-Look.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user