0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #6520 from acburdine/issue-6515

Fix logging out from editor page
This commit is contained in:
Kevin Ansfield 2016-02-18 12:36:59 +00:00
commit 17a8d8c029

View file

@ -18,7 +18,6 @@ export default AuthenticatedRoute.extend(styleBody, {
this.get('notifications').clearAll();
if (canInvoke(transition, 'send')) {
transition.send('invalidateSession');
transition.abort();
} else {
this.send('invalidateSession');
}