mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
exit immediately after login command run (#5183)
This commit is contained in:
parent
419a041739
commit
b4a96c2365
@ -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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user