Commit 87931141 authored by leonardo menezes's avatar leonardo menezes Committed by GitHub
Browse files

Merge pull request #80 from ich199/master

set input type to password for the password field
parents 226a6cd1 f03b62fc
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>