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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-19 06:09:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-19 06:09:43 +0300
commit474f24bf3bb207e188f13c89c3e4c4427b968c44 (patch)
tree830c472dd8f35f9b816199e7a95709e56217db03 /lib/gitlab/omniauth_initializer.rb
parentb5cdfc98dda3c7d13c10785badeaf50844f5a118 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/omniauth_initializer.rb')
-rw-r--r--lib/gitlab/omniauth_initializer.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/omniauth_initializer.rb b/lib/gitlab/omniauth_initializer.rb
index f4984e11c14..51277497c99 100644
--- a/lib/gitlab/omniauth_initializer.rb
+++ b/lib/gitlab/omniauth_initializer.rb
@@ -38,6 +38,10 @@ module Gitlab
end
end
+ def full_host
+ proc { |_env| Settings.gitlab['base_url'] }
+ end
+
private
def cas3_signout_handler