fixes #1443
This commit is contained in:
@@ -120,7 +120,7 @@
|
|||||||
<% if CurrentUser.user.id == user.id %>
|
<% if CurrentUser.user.id == user.id %>
|
||||||
<tr>
|
<tr>
|
||||||
<th>API Key</th>
|
<th>API Key</th>
|
||||||
<td><p>Temporarily disabled</p><%#= CurrentUser.user.bcrypt_cookie_password_hash %></td>
|
<td><%= CurrentUser.user.bcrypt_cookie_password_hash %></td>
|
||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user