Commit 7d8eb4dd authored by Jarka Kadlecova's avatar Jarka Kadlecova

Fix bitbucket login

parent 3ddffec0
---
title: Fix bitbucket login
merge_request: 15051
author:
type: fixed
......@@ -36,6 +36,10 @@ module OmniAuth
email_response = access_token.get('api/2.0/user/emails').parsed
@emails ||= email_response && email_response['values'] || nil
end
def callback_url
options[:redirect_uri] || (full_host + script_name + callback_path)
end
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment