2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

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) {