mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
update jslib (#1460)
* update jslib * Remove call to tokenService.clear() from logout
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 47399bb583...99f70bea8d
@@ -210,7 +210,6 @@ export class AppComponent implements OnDestroy, OnInit {
|
||||
await Promise.all([
|
||||
this.eventService.clearEvents(),
|
||||
this.syncService.setLastSync(new Date(0)),
|
||||
this.tokenService.clearToken(),
|
||||
this.cryptoService.clearKeys(),
|
||||
this.settingsService.clear(userId),
|
||||
this.cipherService.clear(userId),
|
||||
|
||||
Reference in New Issue
Block a user