Merge pull request #6520 from acburdine/issue-6515
Fix logging out from editor page
This commit is contained in:
commit
17a8d8c029
@ -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…
Reference in New Issue
Block a user