1
0
mirror of https://github.com/bitwarden/desktop synced 2026-01-03 09:03:21 +00:00

[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

Submodule jslib updated: 4604547690...995ad076cc

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