From 0134c45da9a1895873f98ee3eedd7938def78cbd Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Tue, 16 Jul 2019 16:51:55 +0800
Subject: [PATCH] remove javascript bug (was not visible to the user)

---
 src/app/login/login.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/login/login.component.html b/src/app/login/login.component.html
index 41b3441..894c420 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>
-- 
GitLab