mirror of
https://github.com/bitwarden/browser
synced 2026-01-27 23:03:45 +00:00
cli status command shows locked status when unlocked (#17708)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user