diff options
Diffstat (limited to 'app/helpers/registrations_helper.rb')
-rw-r--r-- | app/helpers/registrations_helper.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/helpers/registrations_helper.rb b/app/helpers/registrations_helper.rb index 24131e32c6c..91adc36749b 100644 --- a/app/helpers/registrations_helper.rb +++ b/app/helpers/registrations_helper.rb @@ -1,13 +1,6 @@ # frozen_string_literal: true module RegistrationsHelper - def social_signin_enabled? - ::Gitlab.dev_env_or_com? && - omniauth_enabled? && - devise_mapping.omniauthable? && - button_based_providers_enabled? - end - def signup_username_data_attributes { min_length: User::MIN_USERNAME_LENGTH, |