Skip to content
Snippets Groups Projects
Unverified Commit 6209fc90 authored by David Taylor's avatar David Taylor Committed by GitHub
Browse files

FIX: Remove prefix from base_url (#47)

The prefix is added by the helper. Adding it here causes it to be prefixed twice.
parent 44b4e111
No related branches found
No related tags found
No related merge requests found
......@@ -369,7 +369,7 @@ class SamlAuthenticator < ::Auth::OAuth2Authenticator
end
def self.saml_base_url
DiscourseSaml.setting(:saml_base_url) || Discourse.base_url
DiscourseSaml.setting(:base_url) || Discourse.base_url
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment