1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-29 06:23:14 +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

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),