partially redacts IP address on token lookup page
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">IPs<%- maxIps ? ` (max ${maxIps})` : "" %> </th>
|
||||
<td colspan="2"><%- include("partials/shared_user_ip_list", { user }) %></td>
|
||||
<td colspan="2"><%- include("partials/shared_user_ip_list", { user, shouldRedact: true }) %></td>
|
||||
</tr>
|
||||
<% if (user.type === "temporary") { %>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user