Merge pull request #8818 from nextcloud/remove-alternative-logins-title

Remove "Alternative logins" title on login page
This commit is contained in:
Roeland Jago Douma 2018-03-14 13:52:35 +01:00 committed by GitHub
commit 23a02eaf14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ script('core', 'merged-login');
<?php if (!empty($_['alt_login'])) { ?>
<form id="alternative-logins">
<fieldset>
<legend><?php p($l->t('Alternative Logins')) ?></legend>
<ul>
<?php foreach($_['alt_login'] as $login): ?>
<li><a class="button" href="<?php print_unescaped($login['href']); ?>" ><?php p($login['name']); ?></a></li>