summaryrefslogtreecommitdiff
path: root/app/controllers/registrations_controller.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-04 06:09:13 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-04 06:09:13 +0000
commitcebee31a0483ef7f2cade3d6dde0a53a68e86cc6 (patch)
treeb818a3e84bde169e6b2a9c96d9b794b6b8708094 /app/controllers/registrations_controller.rb
parent7ec2694360b4d4bd9a4b00ef5166a77c854d9d4f (diff)
downloadgitlab-ce-cebee31a0483ef7f2cade3d6dde0a53a68e86cc6.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/registrations_controller.rb')
-rw-r--r--app/controllers/registrations_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/registrations_controller.rb b/app/controllers/registrations_controller.rb
index 55f06df6bb0..30589694e3f 100644
--- a/app/controllers/registrations_controller.rb
+++ b/app/controllers/registrations_controller.rb
@@ -35,7 +35,7 @@ class RegistrationsController < Devise::RegistrationsController
end
# Do not show the signed_up notice message when the signup_flow experiment is enabled.
- # Instead, show it after succesfully updating the role.
+ # Instead, show it after successfully updating the role.
flash[:notice] = nil if experiment_enabled?(:signup_flow)
rescue Gitlab::Access::AccessDeniedError
redirect_to(new_user_session_path)