1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-06 04:23:19 +00:00

bump jslib (#471)

This commit is contained in:
Addison Beck
2022-02-09 17:47:00 -05:00
committed by GitHub
parent e515ec2625
commit 2ae2fdfd14
2 changed files with 1 additions and 2 deletions

2
jslib

Submodule jslib updated: 8130fce404...b7bb16c18a

View File

@@ -347,7 +347,6 @@ export class Main {
const userId = await this.stateService.getUserId();
await Promise.all([
this.syncService.setLastSync(new Date(0)),
this.tokenService.clearToken(),
this.cryptoService.clearKeys(),
this.settingsService.clear(userId),
this.cipherService.clear(userId),