Import > Signout

- uncommitting the thing I shouldn't have commited
This commit is contained in:
Hannah Wolfe 2013-09-18 16:11:21 +01:00
parent f717aed96f
commit ee78f87c47

View File

@ -368,9 +368,8 @@ adminControllers = {
};
return api.notifications.add(notification).then(function () {
// temp no commit
//delete req.session.user;
res.redirect('/ghost/debug/');
delete req.session.user;
res.redirect('/ghost/signin/');
});
}, function importFailure(error) {