mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +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