Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
#315: Remove unused tfa in login form
Browse files Browse the repository at this point in the history
  • Loading branch information
allanpilarca committed Mar 23, 2017
1 parent 419b0ac commit 9f26e04
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/site/components/com_users/views/login/tmpl/default_login.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,6 @@
<?php endif; ?>
<?php endforeach; ?>

<?php if ($this->tfa): ?>
<div class="control-group">
<div class="control-label">
<?php echo $this->form->getField('secretkey')->label; ?>
</div>
<div class="controls">
<?php echo $this->form->getField('secretkey')->input; ?>
</div>
</div>
<?php endif; ?>

<?php if (JPluginHelper::isEnabled('system', 'remember')) : ?>
<div class="control-group">
<div class="control-label"><label><?php echo JText::_('COM_USERS_LOGIN_REMEMBER_ME') ?></label></div>
Expand Down

0 comments on commit 9f26e04

Please sign in to comment.