We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94c76ab + 2fae7e1 commit ed8365cCopy full SHA for ed8365c
auto_rx/autorx/templates/index.html
@@ -1639,7 +1639,7 @@ <h2>Advanced Controls</h2>
1639
<div class="modal-body">
1640
<div id="password-field">
1641
<span id="password-header"><h2>No Password Entered</h2></span>
1642
- <input style="display:inline;vertical-align:middle;" type="text" id="password-input" placeholder="Password" >
+ <input style="display:inline;vertical-align:middle;" type="password" id="password-input" placeholder="Password" >
1643
<div style="display:inline;vertical-align:middle;">
1644
<button id="verify-password" onclick="verify_password();$('#password-input').val('');">Submit</button>
1645
</div>
0 commit comments