Remove the IP address from being recorded (#1220)

This commit is contained in:
Nabeel S
2021-06-04 12:10:40 -04:00
committed by GitHub
parent 9b2e466b7e
commit db532e0f16
2 changed files with 0 additions and 7 deletions

View File

@@ -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>