Skip to content
Snippets Groups Projects
Unverified Commit b807fba2 authored by Sébastien Gaya's avatar Sébastien Gaya Committed by GitHub
Browse files

Merge pull request #1463 from noesya/fix-saml

trying to fix saml
parents 15713847 a1cea083
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ module OneLogin ...@@ -7,6 +7,7 @@ module OneLogin
def create(settings, params = {}) def create(settings, params = {})
self.old_create(settings, params) self.old_create(settings, params)
@login_url = GOOGLE_ACCOUNT_CHOOSER_URL + CGI.escape(@login_url) if @login_url.starts_with?("https://accounts.google.com") @login_url = GOOGLE_ACCOUNT_CHOOSER_URL + CGI.escape(@login_url) if @login_url.starts_with?("https://accounts.google.com")
@login_url
end end
end end
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