mirror of
https://github.com/bitwarden/cli
synced 2025-12-18 09:13:13 +00:00
stub out some services
This commit is contained in:
@@ -6,10 +6,10 @@ import { AuthService } from 'jslib/abstractions/auth.service';
|
||||
|
||||
export class LoginCommand {
|
||||
constructor(private authService: AuthService) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
run(email: string, password: string, cmd: program.Command) {
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user