Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-08 18:08:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-08 18:08:59 +0300
commitc6c5dd8848b78528d7ad7f044a0c95be629d372e (patch)
tree261577e229ade85472353eb5b380c1e4fed9bc60 /app/helpers
parentd0aeb5df3d6b06165355b023a25b79c7bd74a27d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/application_settings_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/helpers/application_settings_helper.rb b/app/helpers/application_settings_helper.rb
index 40c5967723c..29d2ecb1bd9 100644
--- a/app/helpers/application_settings_helper.rb
+++ b/app/helpers/application_settings_helper.rb
@@ -450,7 +450,8 @@ module ApplicationSettingsHelper
:can_create_group,
:bulk_import_enabled,
:allow_runner_registration_token,
- :user_defaults_to_private_profile
+ :user_defaults_to_private_profile,
+ :deactivation_email_additional_text
].tap do |settings|
next if Gitlab.com?