diff --git a/jslib b/jslib index c282ef8575..b7bb16c18a 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit c282ef8575eecf696d9153435ed3ca4b7dc949d5 +Subproject commit b7bb16c18a4bcd47988397bcf089fe6d895256b9 diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 297015d435..a0315f419a 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -453,7 +453,6 @@ export class AppComponent implements OnInit { await Promise.all([ this.eventService.uploadEvents(userBeingLoggedOut), this.syncService.setLastSync(new Date(0), userBeingLoggedOut), - this.tokenService.clearToken(userBeingLoggedOut), this.cryptoService.clearKeys(userBeingLoggedOut), this.settingsService.clear(userBeingLoggedOut), this.cipherService.clear(userBeingLoggedOut),