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-06-27 09:08:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-06-27 09:08:04 +0300
commit5849e597a070c4d5d37657569919150701ca70bd (patch)
treec70900a50dc2fd5570d72f09444c98dad11e78f6 /app/controllers/profiles
parentf33d28f789f690bfc01c8b81d95259a9f1c68b79 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/profiles')
-rw-r--r--app/controllers/profiles/accounts_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/profiles/accounts_controller.rb b/app/controllers/profiles/accounts_controller.rb
index eb64016379d..f618eafea38 100644
--- a/app/controllers/profiles/accounts_controller.rb
+++ b/app/controllers/profiles/accounts_controller.rb
@@ -7,6 +7,7 @@ class Profiles::AccountsController < Profiles::ApplicationController
urgency :low, [:show]
def show
+ push_frontend_feature_flag(:delay_delete_own_user)
render(locals: show_view_variables)
end