diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-03 22:08:39 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-03 22:08:39 -0400 |
commit | e7012692f3525666509e51369c6e0d55ecd14bff (patch) | |
tree | 108184bb92f9a625bb1ddeaaeaf74fd45163ee14 /app/Core/Session | |
parent | 7f9b8d7dd18927c17723dab2ac4745f50400d9bd (diff) |
Change css for header links
Diffstat (limited to 'app/Core/Session')
-rw-r--r-- | app/Core/Session/SessionStorage.php | 1 |
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 { |