More fixes

This commit is contained in:
Dane Everitt
2019-02-09 14:48:47 -08:00
parent 6e26f1929d
commit e62e3babcc
15 changed files with 25 additions and 25 deletions

View File

@@ -58,7 +58,7 @@
<td>{{ $user->username }}</td>
<td class="text-center">
@if($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