mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-14 01:01:31 +01:00
update jslib (#1460)
* update jslib * Remove call to tokenService.clear() from logout
This commit is contained in:
parent
aee8a2661e
commit
e4d9ab52a0
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 47399bb583b92738215776089d0b8ebb4190ec72
|
||||
Subproject commit 99f70bea8d103acc83de8538285666c797634bce
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user