We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6396bcf + acd793b commit 375efd9Copy full SHA for 375efd9
src/pyhackers/controllers/oauth/ghub.py
@@ -92,6 +92,8 @@ def authorized():
92
93
login_user(u)
94
95
+ # TODO: Create a task to fetch all the other information..
96
+
97
# starred = user.get_starred()
98
# for s in starred:
99
# print s.full_name, s.watchers
@@ -100,5 +102,5 @@ def authorized():
100
102
101
103
# for e in pub_events:
104
# print e.id, e.type, e.repo.full_name
-
- return jsonify(user_info) #, response_data.get("access_token")
105
+ return redirect("/")
106
+ # return jsonify(user_info) #, response_data.get("access_token")
0 commit comments