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 addison
parent 2ee0d8caca
commit 779813f782
2 changed files with 1 additions and 2 deletions

2
jslib

Submodule jslib updated: e0cc754d6f...995ad076cc

View File

@@ -341,7 +341,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),