We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdc3516 + 5a9447e commit b9d4ef7Copy full SHA for b9d4ef7
1 file changed
src/satosa/backends/github.py
@@ -108,4 +108,4 @@ def user_information(self, access_token):
108
r = requests.get(url, headers=headers)
109
ret = r.json()
110
ret['id'] = str(ret['id'])
111
- return r.json()
+ return ret
0 commit comments