Skip to content

Commit 6ded9bc

Browse files
committed
Redesign guest pages for better accessibility
- Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
1 parent 6f0ae0b commit 6ded9bc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+480
-580
lines changed

core/Controller/LoginController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ public function showLoginForm(string $user = null, string $redirect_url = null):
205205
];
206206

207207
$this->initialStateService->provideInitialState('core', 'countAlternativeLogins', count($parameters['alt_login']));
208+
$this->initialStateService->provideInitialState('core', 'alternativeLogins', $parameters['alt_login']);
208209

209210
return new TemplateResponse(
210211
$this->appName,

0 commit comments

Comments
 (0)