forked from hazza/dspace-angular
[CST-5668] Fixed lint warnings
This commit is contained in:
@@ -23,7 +23,7 @@ export class OrcidAuthComponent implements OnInit {
|
||||
|
||||
unlinkProcessing = false;
|
||||
|
||||
item: Item
|
||||
item: Item;
|
||||
|
||||
constructor(
|
||||
private configurationService: ConfigurationDataService,
|
||||
|
@@ -14,7 +14,7 @@ import { AuthService } from '../../../../core/auth/auth.service';
|
||||
import { HardRedirectService } from '../../../../core/services/hard-redirect.service';
|
||||
import { take } from 'rxjs/operators';
|
||||
import { URLCombiner } from '../../../../core/url-combiner/url-combiner';
|
||||
import {CoreState} from "../../../../core/core-state.model";
|
||||
import {CoreState} from '../../../../core/core-state.model';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-log-in-orcid',
|
||||
|
Reference in New Issue
Block a user