mirror of
https://github.com/nextcloud/server.git
synced 2026-03-25 20:03:23 -04:00
Remove "Alternative logins" title on login page
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
8e47f10714
commit
990ca145d7
1 changed files with 0 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue