mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +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 () {
|
return api.notifications.add(notification).then(function () {
|
||||||
// temp no commit
|
delete req.session.user;
|
||||||
//delete req.session.user;
|
res.redirect('/ghost/signin/');
|
||||||
res.redirect('/ghost/debug/');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
}, function importFailure(error) {
|
}, function importFailure(error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user