Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/registrations_helper.rb')
-rw-r--r--app/helpers/registrations_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/helpers/registrations_helper.rb b/app/helpers/registrations_helper.rb
index c2c142bca4d..363c38ffe59 100644
--- a/app/helpers/registrations_helper.rb
+++ b/app/helpers/registrations_helper.rb
@@ -16,6 +16,9 @@ module RegistrationsHelper
end
# overridden in EE
+ def oauth_tracking_label; end
+
+ # overridden in EE
def register_omniauth_params(_local_assigns)
{}
end