mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
fixed lint error
This commit is contained in:
@@ -67,7 +67,7 @@ export class LogInComponent implements OnInit {
|
|||||||
select(getAuthenticationMethods),
|
select(getAuthenticationMethods),
|
||||||
).subscribe(methods => {
|
).subscribe(methods => {
|
||||||
// ignore the ip authentication method when it's returned by the backend
|
// ignore the ip authentication method when it's returned by the backend
|
||||||
this.authMethods = methods.filter(a => a.authMethodType !== AuthMethodType.Ip)
|
this.authMethods = methods.filter(a => a.authMethodType !== AuthMethodType.Ip);
|
||||||
});
|
});
|
||||||
|
|
||||||
// set loading
|
// set loading
|
||||||
|
Reference in New Issue
Block a user