Change css for header links

This commit is contained in:
Frederic Guillot
2016-06-03 22:08:39 -04:00
parent 7f9b8d7dd1
commit e7012692f3
3 changed files with 7 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ namespace Kanboard\Core\Session;
* @property bool $twoFactorBeforeCodeCalled
* @property string $twoFactorSecret
* @property string $oauthState
* @property int $smsTwoFactorSecret
*/
class SessionStorage
{