mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-27 12:26:38 +01:00
[bug] Remove redundant token clean call (#1303)
* [bug] Remove redundant token clean call * bump jslib
This commit is contained in:
parent
1e80c4335f
commit
79f6a33596
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit c282ef8575eecf696d9153435ed3ca4b7dc949d5
|
||||
Subproject commit b7bb16c18a4bcd47988397bcf089fe6d895256b9
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user