More fixes

This commit is contained in:
Dane Everitt 2019-02-09 14:48:47 -08:00
parent 6e26f1929d
commit e62e3babcc
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
15 changed files with 25 additions and 25 deletions

View file

@ -49,7 +49,7 @@
<td class="middle"><code>{{ $subuser->user->email }}</code></td>
<td class="middle text-center">
@if($subuser->user->use_totp)
<i class="fa fa-lock text-green"></i>
<i class="fa fa-lock text-green-500"></i>
@else
<i class="fa fa-unlock text-red"></i>
@endif