Commit c9e6ab9f authored by Rachel Fox's avatar Rachel Fox

fix successfully typo

parent b25b6a8f
...@@ -35,7 +35,7 @@ class RegistrationsController < Devise::RegistrationsController ...@@ -35,7 +35,7 @@ class RegistrationsController < Devise::RegistrationsController
end end
# Do not show the signed_up notice message when the signup_flow experiment is enabled. # 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) flash[:notice] = nil if experiment_enabled?(:signup_flow)
rescue Gitlab::Access::AccessDeniedError rescue Gitlab::Access::AccessDeniedError
redirect_to(new_user_session_path) redirect_to(new_user_session_path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment