mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
parent
e19b553a9d
commit
bf5ef6dd65
@ -15,7 +15,7 @@ var SignoutRoute = AuthenticatedRoute.extend(styleBody, {
|
||||
'X-CSRF-Token': this.get('csrf')
|
||||
}
|
||||
}).then(function () {
|
||||
|
||||
self.notifications.showSuccess('You were successfully signed out.');
|
||||
// @TODO: new CSRF token to enable logging back in w/o refreshing - see issue #2861 for details
|
||||
self.transitionTo('signin');
|
||||
}, function (resp) {
|
||||
|
Loading…
Reference in New Issue
Block a user