Skip to content

Commit ed8365c

Browse files
authored
Merge pull request #1018 from cartpauj/fix/hide_web_password
Hide plaintext password in Web UI
2 parents 94c76ab + 2fae7e1 commit ed8365c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_rx/autorx/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ <h2>Advanced Controls</h2>
16391639
<div class="modal-body">
16401640
<div id="password-field">
16411641
<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" >
1642+
<input style="display:inline;vertical-align:middle;" type="password" id="password-input" placeholder="Password" >
16431643
<div style="display:inline;vertical-align:middle;">
16441644
<button id="verify-password" onclick="verify_password();$('#password-input').val('');">Submit</button>
16451645
</div>

0 commit comments

Comments
 (0)