Commit 978d596a authored by Dallas Reedy's avatar Dallas Reedy

Use new onboarding feature category for Registration controllers

parent 1c0e9437
......@@ -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