mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-24 16:49:26 +01:00
Fix always logging out instead of lock (#444)
This commit is contained in:
parent
da640794c4
commit
b962af303a
@ -194,7 +194,7 @@ export class Program extends BaseProgram {
|
||||
.action(async (cmd) => {
|
||||
await this.exitIfNotAuthed();
|
||||
|
||||
if (this.main.keyConnectorService.getUsesKeyConnector()) {
|
||||
if (await this.main.keyConnectorService.getUsesKeyConnector()) {
|
||||
const logoutCommand = new LogoutCommand(
|
||||
this.main.authService,
|
||||
this.main.i18nService,
|
||||
|
Loading…
Reference in New Issue
Block a user