Commit 05bb4239 authored by Jie Yuan's avatar Jie Yuan
Browse files

let the name/pwd strings stay

parent 2368dfe1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,8 +54,8 @@ export class LoginComponent implements OnInit {

   */
    } 
    this.username = '';
    this.password = '';
    //this.username = '';
    //this.password = '';

  }