Commit 9ab711614db31cdbee84f81c5fe3c96c99915d5b

Authored by Carlos Purificação
1 parent e02d6ae5

Fixed design mode service auth lifecycle

src/app/admin/layout-edit/designMode.service.ts
@@ -11,6 +11,7 @@ export class DesignModeService { @@ -11,6 +11,7 @@ export class DesignModeService {
11 } 11 }
12 12
13 destroy() { 13 destroy() {
  14 + delete this.$localStorage.settings;
14 this.$localStorage.settings = {}; 15 this.$localStorage.settings = {};
15 } 16 }
16 17