Skip to content

Commit

Permalink
Merge pull request #4369 from corentin-soriano/hide_duo_skey
Browse files Browse the repository at this point in the history
Hide duo secret key.
  • Loading branch information
nilsteampassnet authored Sep 26, 2024
2 parents 619895f + edb6d43 commit 4965786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/2fa.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<?php echo $lang->get('admin_duo_skey'); ?>
</div>
<div class="col-7">
<input type="text" class="form-control form-control-sm purify" data-field="label" id="duo_skey" value="<?php echo isset($SETTINGS['duo_skey']) === true ? $SETTINGS['duo_skey'] : ''; ?>">
<input type="password" class="form-control form-control-sm purify" data-field="label" id="duo_skey" value="<?php echo isset($SETTINGS['duo_skey']) === true ? $SETTINGS['duo_skey'] : ''; ?>">
</div>
</div>
<div class="row mb-2">
Expand Down

0 comments on commit 4965786

Please sign in to comment.