summaryrefslogtreecommitdiff
path: root/app/controllers/profiles/accounts_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/profiles/accounts_controller.rb')
-rw-r--r--app/controllers/profiles/accounts_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/profiles/accounts_controller.rb b/app/controllers/profiles/accounts_controller.rb
index 13660e27a27..b0d65f284af 100644
--- a/app/controllers/profiles/accounts_controller.rb
+++ b/app/controllers/profiles/accounts_controller.rb
@@ -27,6 +27,6 @@ class Profiles::AccountsController < Profiles::ApplicationController
private
def show_view_variables
- { user: current_user }
+ {}
end
end