summaryrefslogtreecommitdiffstats
path: root/core/Controller
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-07-18 17:58:05 +0200
committerCarl Schwan <carl@carlschwan.eu>2022-07-27 10:43:21 +0200
commit253118298dbac78d13c5333279def8bbd3ad555c (patch)
treed684b43694cf5cdfa70fa528fbeaba89e65f5b66 /core/Controller
parent5a236762b8e6b5f09a0c65f5840416bbad2d159a (diff)
downloadnextcloud-server-253118298dbac78d13c5333279def8bbd3ad555c.tar.gz
nextcloud-server-253118298dbac78d13c5333279def8bbd3ad555c.zip
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>
Diffstat (limited to 'core/Controller')
-rw-r--r--core/Controller/LoginController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/LoginController.php b/core/Controller/LoginController.php
index 3694e672977..008bbc5c868 100644
--- a/core/Controller/LoginController.php
+++ b/core/Controller/LoginController.php
@@ -205,6 +205,7 @@ class LoginController extends Controller {
];
$this->initialStateService->provideInitialState('core', 'countAlternativeLogins', count($parameters['alt_login']));
+ $this->initialStateService->provideInitialState('core', 'alternativeLogins', $parameters['alt_login']);
return new TemplateResponse(
$this->appName,