Commit 0317fdc9 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch...

Merge branch '323845-refactor-registrations-controllers-to-use-onboarding-feature-category' into 'master'

Refactor Registrations controllers to use onboarding feature category

See merge request gitlab-org/gitlab!57154
parents ae451305 978d596a
......@@ -9,7 +9,7 @@ module Registrations
before_action :check_signup_onboarding_enabled
before_action :authorize_create_group!, only: :new
feature_category :navigation
feature_category :onboarding
def new
record_experiment_user(:trial_during_signup)
......
......@@ -13,7 +13,7 @@ module Registrations
authorize_create_project!
end
feature_category :navigation
feature_category :onboarding
def new
@project = Project.new(namespace: @namespace)
......
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