diff --git a/jslib b/jslib index 46045476..995ad076 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 4604547690f42c0b8e1d30730cf47f560ff8457e +Subproject commit 995ad076cca1795ec78f87b81ed3cd2e727703d1 diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 7c7de8fa..3050d273 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -455,7 +455,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),