mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
exit immediately after login command run (#5183)
This commit is contained in:
@@ -157,7 +157,7 @@ export class Program {
|
|||||||
async () => await this.main.logout()
|
async () => await this.main.logout()
|
||||||
);
|
);
|
||||||
const response = await command.run(email, password, options);
|
const response = await command.run(email, password, options);
|
||||||
this.processResponse(response);
|
this.processResponse(response, true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user