mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[bug] Remove redundant token clean call (#1303)
* [bug] Remove redundant token clean call * bump jslib
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: c282ef8575...b7bb16c18a
@@ -453,7 +453,6 @@ export class AppComponent implements OnInit {
|
|||||||
await Promise.all([
|
await Promise.all([
|
||||||
this.eventService.uploadEvents(userBeingLoggedOut),
|
this.eventService.uploadEvents(userBeingLoggedOut),
|
||||||
this.syncService.setLastSync(new Date(0), userBeingLoggedOut),
|
this.syncService.setLastSync(new Date(0), userBeingLoggedOut),
|
||||||
this.tokenService.clearToken(userBeingLoggedOut),
|
|
||||||
this.cryptoService.clearKeys(userBeingLoggedOut),
|
this.cryptoService.clearKeys(userBeingLoggedOut),
|
||||||
this.settingsService.clear(userBeingLoggedOut),
|
this.settingsService.clear(userBeingLoggedOut),
|
||||||
this.cipherService.clear(userBeingLoggedOut),
|
this.cipherService.clear(userBeingLoggedOut),
|
||||||
|
|||||||
Reference in New Issue
Block a user