1
0
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:
Kyle Spearrin
2018-05-12 21:24:28 -04:00
parent bb54e2a381
commit 8f49b58d2e
5 changed files with 116 additions and 2 deletions

View File

@@ -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) {
}
}