mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Removed the router injection that slipped into auth service during rebase, test now passes.
This commit is contained in:
@@ -94,7 +94,6 @@ export class LogInComponent implements OnDestroy, OnInit {
|
||||
constructor(
|
||||
private authService: AuthService,
|
||||
private formBuilder: FormBuilder,
|
||||
private router: Router,
|
||||
private store: Store<CoreState>
|
||||
) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user