diff --git a/src/app/login/login.component.html b/src/app/login/login.component.html index 41b3441c127652c1b036c3020d098c6193deaed1..894c420888157f377727ab49d8358b29382212c5 100644 --- a/src/app/login/login.component.html +++ b/src/app/login/login.component.html @@ -19,7 +19,7 @@ <div style="width: 100%"> <mat-form-field fxFlex> <mat-label>Choose a server</mat-label> - <mat-select [(value)]="selected" (selectionChange)="selectSite($event.value)"> + <mat-select [(value)]="selected"> <mat-option *ngFor="let sshauthzserver of (authService.loggedOutAuthZ | async)" [value]="sshauthzserver"> {{ sshauthzserver.name }} </mat-option>