1
0
Fork 0
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:
McMatts 2019-05-14 14:52:36 +01:00
parent 8ecbb9cdee
commit e2a3962092
4 changed files with 6 additions and 4 deletions

View file

@ -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(() => {