mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Remove double screen blink after logout
This commit is contained in:
parent
8ecbb9cdee
commit
e2a3962092
4 changed files with 6 additions and 4 deletions
|
@ -15,6 +15,8 @@ import Route from '@ember/routing/route';
|
|||
export default Route.extend({
|
||||
session: service(),
|
||||
appMeta: service(),
|
||||
router: service(),
|
||||
localStorage: service(),
|
||||
|
||||
activate: function () {
|
||||
this.get('session').invalidate().then(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue