[bug] Remove redundant token clean call (#1303)

* [bug] Remove redundant token clean call

* bump jslib
This commit is contained in:
Addison Beck 2022-02-09 17:06:30 -05:00 committed by addison
parent 828fcc1896
commit ab4ecff04a
2 changed files with 1 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 4604547690f42c0b8e1d30730cf47f560ff8457e
Subproject commit 995ad076cca1795ec78f87b81ed3cd2e727703d1

View File

@ -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),