Userlist description fix (#14482)

* Fix for displaying user description when F2A isnt used

* Revert "Fix for displaying user description when F2A isnt used"
This reverts commit d9f170d7e6.

* Fix for displaying user description when F2A isnt used
This commit is contained in:
mprins-RAM
2022-10-22 11:47:24 +02:00
committed by GitHub
parent 9422b34294
commit ad2ef227da
+2
View File
@@ -44,6 +44,8 @@
@config('twofactor')
@if(\App\Models\UserPref::getPref($user, 'twofactor'))
<td>1</td>
@else
<td></td>
@endif
@endconfig
<td>{{ $user->descr }}</td>