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:
commit
17a8d8c029
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue