Commit e3d580e8 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '282470-broken-foss-master' into 'master'

[RUN AS-IF-FOSS] Set suggestion_path variable for non-trial registrations

See merge request gitlab-org/gitlab!47652
parents f1e379cb 1016c3fc
......@@ -2,5 +2,9 @@
- add_page_specific_style 'page_bundles/signup'
.signup-page
= render 'devise/shared/signup_box', url: registration_path(resource_name), button_text: _('Register'), show_omniauth_providers: omniauth_enabled? && button_based_providers_enabled?
= render 'devise/shared/signup_box',
url: registration_path(resource_name),
button_text: _('Register'),
show_omniauth_providers: omniauth_enabled? && button_based_providers_enabled?,
suggestion_path: nil
= render 'devise/shared/sign_in_link'
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