summaryrefslogtreecommitdiff
path: root/app/Core/Session
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-03 22:08:39 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-03 22:08:39 -0400
commite7012692f3525666509e51369c6e0d55ecd14bff (patch)
tree108184bb92f9a625bb1ddeaaeaf74fd45163ee14 /app/Core/Session
parent7f9b8d7dd18927c17723dab2ac4745f50400d9bd (diff)
Change css for header links
Diffstat (limited to 'app/Core/Session')
-rw-r--r--app/Core/Session/SessionStorage.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Core/Session/SessionStorage.php b/app/Core/Session/SessionStorage.php
index 6e2f9660..9e93602c 100644
--- a/app/Core/Session/SessionStorage.php
+++ b/app/Core/Session/SessionStorage.php
@@ -22,6 +22,7 @@ namespace Kanboard\Core\Session;
* @property bool $twoFactorBeforeCodeCalled
* @property string $twoFactorSecret
* @property string $oauthState
+ * @property int $smsTwoFactorSecret
*/
class SessionStorage
{