Fix wrong login url for expired session

This commit is contained in:
Frederic Guillot 2015-04-18 10:29:01 -04:00
parent 219a43d7d6
commit ede4a9a93d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<title><?= isset($title) ? $this->e($title) : 'Kanboard' ?></title>
</head>
<body data-status-url="<?= $this->u('app', 'status') ?>"
data-login-url="<?= $this->u('user', 'login') ?>"
data-login-url="<?= $this->u('auth', 'login') ?>"
data-timezone="<?= $this->getTimezone() ?>"
data-js-lang="<?= $this->jsLang() ?>">