Fix Username in user dashboard

This commit is contained in:
Ibnu Maksum 2023-09-01 09:18:17 +07:00
parent d71eb37f48
commit a8515b7d60
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -65,7 +65,7 @@
<table class="table table-bordered table-striped table-bordered table-hover">
<tr>
<td class="small text-success text-uppercase text-normal">{$_L['Username']}</td>
<td class="small mb15">{$_bill['username']}</td>
<td class="small mb15">{$_user['username']}</td>
</tr>
<tr>
<td class="small text-success text-uppercase text-normal">{$_L['Password']}</td>