1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-22 20:34:04 +00:00

cli status command shows locked status when unlocked (#17708)

This commit is contained in:
Maciej Zieniuk
2025-12-17 10:19:11 +01:00
committed by jaasen-livefront
parent e5f9dc2c7a
commit 7f4689a87c
3 changed files with 14 additions and 5 deletions

View File

@@ -524,6 +524,7 @@ export class Program extends BaseProgram {
this.serviceContainer.syncService,
this.serviceContainer.accountService,
this.serviceContainer.authService,
this.serviceContainer.userAutoUnlockKeyService,
);
const response = await command.run();
this.processResponse(response);