Removed the router injection that slipped into auth service during rebase, test now passes.

This commit is contained in:
Michael W Spalti
2019-09-09 13:33:51 -07:00
parent c3102b9d43
commit 6425f6e7d1

View File

@@ -94,7 +94,6 @@ export class LogInComponent implements OnDestroy, OnInit {
constructor(
private authService: AuthService,
private formBuilder: FormBuilder,
private router: Router,
private store: Store<CoreState>
) {
}