diff --git a/src/app/shared/log-in/log-in.component.ts b/src/app/shared/log-in/log-in.component.ts index cb47d49f88..e6b2ba9dcf 100644 --- a/src/app/shared/log-in/log-in.component.ts +++ b/src/app/shared/log-in/log-in.component.ts @@ -67,7 +67,7 @@ export class LogInComponent implements OnInit { select(getAuthenticationMethods), ).subscribe(methods => { // 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