Commit f03b62fc authored by u1473499's avatar u1473499
Browse files

set input type to password for the password field

parent 226a6cd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
              </div>
              <div class="form-group">
                <label for="password">Password</label>
                <input id="password" type="text" ng-model="password" class="form-control form-control-sm"
                <input id="password" type="password" ng-model="password" class="form-control form-control-sm"
                       ng-enter="connect(host, username, password)">
              </div>
            </div>