diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-26 21:05:54 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-26 21:05:54 -0400 |
commit | 33dea152fc6b0c061b1f61060cc75710dd0ec236 (patch) | |
tree | dd40e7501f42703957244171b89905b9050fe1d0 /app/Template/twofactor/check.php | |
parent | d9101da79e839984e0e782b48113dc61157d6688 (diff) |
Rename 2FA controller
Diffstat (limited to 'app/Template/twofactor/check.php')
-rw-r--r-- | app/Template/twofactor/check.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/twofactor/check.php b/app/Template/twofactor/check.php index b0cb4825..06801d50 100644 --- a/app/Template/twofactor/check.php +++ b/app/Template/twofactor/check.php @@ -1,4 +1,4 @@ -<form method="post" action="<?= $this->url->href('twofactor', 'check', array('user_id' => $this->user->getId())) ?>" autocomplete="off"> +<form method="post" action="<?= $this->url->href('TwoFactorController', 'check', array('user_id' => $this->user->getId())) ?>" autocomplete="off"> <?= $this->form->csrf() ?> <?= $this->form->label(t('Code'), 'code') ?> @@ -7,4 +7,4 @@ <div class="form-actions"> <button type="submit" class="btn btn-blue"><?= t('Check my code') ?></button> </div> -</form>
\ No newline at end of file +</form> |