From 3f95a96e7357b2ff02cea710e0f3fd30386dedc6 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 26 Apr 2013 18:01:18 -0700 Subject: [PATCH] fixes #1443 --- app/views/users/_statistics.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/_statistics.html.erb b/app/views/users/_statistics.html.erb index 551365443..36755b270 100644 --- a/app/views/users/_statistics.html.erb +++ b/app/views/users/_statistics.html.erb @@ -120,7 +120,7 @@ <% if CurrentUser.user.id == user.id %> API Key -

Temporarily disabled

<%#= CurrentUser.user.bcrypt_cookie_password_hash %> + <%= CurrentUser.user.bcrypt_cookie_password_hash %> <% end %>