Skip to content

Commit b99cd21

Browse files
committed
Add log and TODO
1 parent 6267ac1 commit b99cd21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flask_oauthlib/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,9 @@ def handle_oauth2_response(self):
637637
oauth_redir_tuple[5:]
638638
)
639639

640+
# TODO: Just fetch from current_app.config?
641+
log.debug('redirect_uri: {}'.format(oauth_redir))
642+
640643
client = self.make_client()
641644
remote_args = {
642645
'code': request.args.get('code'),

0 commit comments

Comments
 (0)