mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 04:13:30 +03:00
Import > Signout
- uncommitting the thing I shouldn't have commited
This commit is contained in:
parent
f717aed96f
commit
ee78f87c47
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user