Minor cleanups with OTP

This commit is contained in:
johnnyq
2021-08-18 22:35:34 -04:00
parent cdcd22ae6f
commit f726550356
3 changed files with 8 additions and 8 deletions

View File

@@ -66,12 +66,12 @@
</div>
<div class="form-group">
<label>TOTP Key <strong class="text-danger">*</strong></label>
<label>OTP</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-key"></i></span>
</div>
<input type="text" class="form-control" name="otp_secret" value="<?php echo $login_otp_secret; ?>" placeholder="Leave Blank if not sure">
<input type="text" class="form-control" name="otp_secret" value="<?php echo $login_otp_secret; ?>" placeholder="Insert secret key">
</div>
</div>