Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-04-16 12:03:12 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-04-20 10:11:33 +0300
commit69290781ff0a59e72c1cf7c9c3b1c6a5ffc2596a (patch)
treea4e4355b32b5a25eea87ed3dd0c25d10e85fae8f /core/templates
parentadab9deb3e33307afa73dc6a3459eae24ec5955e (diff)
Handle device login like an alternative login
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/login.php b/core/templates/login.php
index 4dc5e41f917..eab2ee4c604 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -6,7 +6,7 @@ script('core', 'dist/login');
<div id="login"></div>
<?php if (!empty($_['alt_login'])) { ?>
- <div id="alternative-logins">
+ <div id="alternative-logins" class="alternative-logins">
<?php foreach ($_['alt_login'] as $login): ?>
<a class="button <?php p($login['style'] ?? ''); ?>" href="<?php print_unescaped($login['href']); ?>" >
<?php p($login['name']); ?>