summaryrefslogtreecommitdiff
path: root/app/views/devise/registrations/new.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-02 03:09:17 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-02 03:09:17 +0000
commit1bcf63a9b247bb8801bb0c39e764c1ef7f2df2dd (patch)
treecc7813ad474a4e7fc58f32cf88e4766957947b91 /app/views/devise/registrations/new.html.haml
parenta110ab2161a3b86956ebd8bf1af452c8f22627db (diff)
downloadgitlab-ce-1bcf63a9b247bb8801bb0c39e764c1ef7f2df2dd.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/devise/registrations/new.html.haml')
-rw-r--r--app/views/devise/registrations/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/registrations/new.html.haml b/app/views/devise/registrations/new.html.haml
index 3bd7147f195..e75449bf320 100644
--- a/app/views/devise/registrations/new.html.haml
+++ b/app/views/devise/registrations/new.html.haml
@@ -9,7 +9,7 @@
.signup-page
= render signup_box_template,
- url: registration_path(resource_name, glm_tracking_params.to_hash),
+ url: registration_path(resource_name, registration_path_params),
button_text: _('Register'),
borderless: Feature.enabled?(:restyle_login_page, @project),
show_omniauth_providers: omniauth_enabled? && button_based_providers_enabled?