partially redacts IP address on token lookup page

This commit is contained in:
nai-degen
2023-09-17 17:53:29 -05:00
parent 5e57dbb8f1
commit 40e71435f0
5 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -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>