diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-30 12:56:37 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-30 12:56:37 -0400 |
commit | 39f9015bd8d40f42b7e7da156f4d944185163d75 (patch) | |
tree | 96e9ea935d3984815c0e66532baa3f3ec2ee9393 /app/Template/twofactor/check.php | |
parent | 7442499bb5b709e6a4d920098b92b21156ae4945 (diff) |
Fix template helper bug due to previous refactoring
Diffstat (limited to 'app/Template/twofactor/check.php')
-rw-r--r-- | app/Template/twofactor/check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/twofactor/check.php b/app/Template/twofactor/check.php index 0e29d526..68a58a6c 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->userSession->getId())) ?>" autocomplete="off"> +<form method="post" action="<?= $this->url->href('twofactor', 'check', array('user_id' => $this->user->getId())) ?>" autocomplete="off"> <?= $this->form->csrf() ?> <?= $this->form->label(t('Code'), 'code') ?> |