summaryrefslogtreecommitdiff
path: root/app/Core/Session
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-11 21:54:52 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-11 21:54:52 -0500
commite31185a2bd85d7d8e16a614cb21dfdbff10ce070 (patch)
tree8110ec37f1a4a306bf47853bcf33ea279a0946dd /app/Core/Session
parent9a661a5e9ede5fc699f573179683b7db973a2fe0 (diff)
Minor fixes
Diffstat (limited to 'app/Core/Session')
-rw-r--r--app/Core/Session/SessionStorage.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Core/Session/SessionStorage.php b/app/Core/Session/SessionStorage.php
index f55a7ee3..5ee1d811 100644
--- a/app/Core/Session/SessionStorage.php
+++ b/app/Core/Session/SessionStorage.php
@@ -20,6 +20,8 @@ namespace Kanboard\Core\Session;
* @property bool $hasSubtaskInProgress
* @property bool $hasRememberMe
* @property bool $boardCollapsed
+ * @property bool $twoFactorBeforeCodeCalled
+ * @property string $twoFactorSecret
*/
class SessionStorage
{