mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 17:36:58 +02:00
feat(users): use displayName alternative first name and last name
This commit is contained in:
@@ -27,12 +27,6 @@
|
||||
<dt class="h-line">{{ 'STATUS_FIELD.USERNAME' | translate}}:</dt>
|
||||
<dd class="h-line">{{ vm.user.username }}</dd>
|
||||
|
||||
<!--<dt class="h-line">{{ 'STATUS_FIELD.FIRST_NAME' | translate}}:</dt>-->
|
||||
<!--<dd class="h-line">{{ vm.user.firstName }}</dd>-->
|
||||
|
||||
<!--<dt class="h-line">{{ 'STATUS_FIELD.LAST_NAME' | translate}}:</dt>-->
|
||||
<!--<dd class="h-line">{{ vm.user.lastName }}</dd>-->
|
||||
|
||||
<dt class="h-line">{{ 'STATUS_FIELD.DISPLAY_NAME' | translate}}:</dt>
|
||||
<dd class="h-line">
|
||||
{{ vm.user.displayName }}
|
||||
|
||||
Reference in New Issue
Block a user