mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
setup storage service and log in
This commit is contained in:
@@ -9,7 +9,12 @@ export class LoginCommand {
|
||||
|
||||
}
|
||||
|
||||
run(email: string, password: string, cmd: program.Command) {
|
||||
|
||||
async run(email: string, password: string, cmd: program.Command) {
|
||||
try {
|
||||
const result = await this.authService.logIn(email, password);
|
||||
console.log(result);
|
||||
} catch (e) {
|
||||
console.log(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user