We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc3516 commit 5a9447eCopy full SHA for 5a9447e
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