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-08-23 03:09:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-23 03:09:52 +0300
commit2c6067823cfbc56c9ce010ede48bcc049e4249d7 (patch)
treef109dd70122fa89e28d920f8f5347d2165781f24 /app/services/users
parenta7f69f74814920683e544f5dbbe79b7359dae8bc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services/users')
-rw-r--r--app/services/users/update_service.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/services/users/update_service.rb b/app/services/users/update_service.rb
index cc179ba964a..eb09f315953 100644
--- a/app/services/users/update_service.rb
+++ b/app/services/users/update_service.rb
@@ -21,7 +21,6 @@ module Users
yield(@user) if block
user_exists = @user.persisted?
- @user.user_detail # prevent assignment
discard_read_only_attributes
assign_attributes