Remove the IP address from being recorded (#1220)
This commit is contained in:
@@ -107,10 +107,6 @@
|
||||
<td>Flight Time</td>
|
||||
<td>@minutestotime($user->flight_time)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>IP Address</td>
|
||||
<td>{{ $user->last_ip }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Registered On</td>
|
||||
<td>{{ show_datetime($user->created_at) }}</td>
|
||||
|
||||
Reference in New Issue
Block a user