Parents and guardians don't have backpacks

(They don't have dashboards yet either!)
This commit is contained in:
Andrew Hayward 2013-04-12 13:43:38 +01:00
Родитель ec26883e5c
Коммит 89ea1be36f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -106,7 +106,7 @@ module.exports = function (app) {
type: 'parent',
dependents: []
}
return res.redirect('/backpack', 303);
return res.redirect('/dashboard', 303);
});
app.get('/logout', function (req, res, next) {