diff --git a/src/app/app.component.ts b/src/app/app.component.ts index f80a5a64..726a129e 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -210,7 +210,6 @@ export class AppComponent implements OnDestroy, OnInit { await Promise.all([ this.eventService.clearEvents(), this.syncService.setLastSync(new Date(0)), - this.tokenService.clearToken(), this.cryptoService.clearKeys(), this.settingsService.clear(userId), this.cipherService.clear(userId),