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
@@ -50,7 +50,7 @@
<tr>
<th scope="row">IPs</th>
<td colspan="2">
<%- include("partials/shared_user_ip_list", { user }) %>
<%- include("partials/shared_user_ip_list", { user, shouldRedact: false }) %>
</td>
</tr>
<% if (user.type === "temporary") { %>