From e4d9ab52a0ee2b06ade8b11cf3fbd972a4e9590d Mon Sep 17 00:00:00 2001 From: Robyn MacCallum Date: Thu, 10 Feb 2022 19:51:36 -0500 Subject: [PATCH] update jslib (#1460) * update jslib * Remove call to tokenService.clear() from logout --- jslib | 2 +- src/app/app.component.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/jslib b/jslib index 47399bb583..99f70bea8d 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 47399bb583b92738215776089d0b8ebb4190ec72 +Subproject commit 99f70bea8d103acc83de8538285666c797634bce diff --git a/src/app/app.component.ts b/src/app/app.component.ts index f80a5a6488..726a129e84 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),