1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +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 GitHub
parent 1e80c4335f
commit 79f6a33596
2 changed files with 1 additions and 2 deletions

View File

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