Added / ID to Username field under credentials

This commit is contained in:
johnnyq
2024-06-07 18:01:25 -04:00
parent fb4c1e828f
commit b229349d8c
3 changed files with 6 additions and 6 deletions

View File

@@ -56,12 +56,12 @@
</div>
<div class="form-group">
<label>Username</label>
<label>Username / ID</label>
<div class="input-group">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-user"></i></span>
</div>
<input type="text" class="form-control" name="username" placeholder="Username" value="<?php echo $login_username; ?>">
<input type="text" class="form-control" name="username" placeholder="Username or ID" value="<?php echo $login_username; ?>">
</div>
</div>