summaryrefslogtreecommitdiff
path: root/app/controllers/chaos_controller.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-11 00:09:17 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-11 00:09:17 +0000
commit2f147005c51bb8f59827ae9cf7484b8d64e7b549 (patch)
treef0ebef9d40a5bf965ef011d5272902f98c910eb5 /app/controllers/chaos_controller.rb
parentc7b780b56dafed09d8751d9bd7508e989a6a6379 (diff)
downloadgitlab-ce-2f147005c51bb8f59827ae9cf7484b8d64e7b549.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/chaos_controller.rb')
-rw-r--r--app/controllers/chaos_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/chaos_controller.rb b/app/controllers/chaos_controller.rb
index ac008165c16..e0d1f313fc7 100644
--- a/app/controllers/chaos_controller.rb
+++ b/app/controllers/chaos_controller.rb
@@ -45,7 +45,6 @@ class ChaosController < ActionController::Base
unless Devise.secure_compare(chaos_secret_configured, chaos_secret_request)
render plain: "To experience chaos, please set a valid `X-Chaos-Secret` header or `token` param",
status: :unauthorized
- return
end
end