Skip to content

Commit

Permalink
Merge pull request #2740 from Sekiro-kost/alpha
Browse files Browse the repository at this point in the history
add hide/show password on connection page
  • Loading branch information
zoic21 committed Jul 10, 2024
2 parents fe26de5 + 2fc89c0 commit 7f55303
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion desktop/php/connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
</div>
<div class="passwd">
<label>{{Mot de passe}}</label>
<input type="password" id="in_login_password">
<div class="input-group">
<input type="text" class="inputPassword" id="in_login_password">
<span class="input-group-btn">
<a class="btn btn-default form-control bt_showPass roundedRight"><i class="fas fa-eye"></i></a>
</span>
</div>
</div>
<div class="passwd" id="div_twoFactorCode" style="display:none;">
<label>{{Code à 2 facteurs}}</label>
Expand Down

0 comments on commit 7f55303

Please sign in to comment.