Skip to content

Commit

Permalink
Updating debug log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jekennedy committed Apr 17, 2024
1 parent 27c5b23 commit 95f2006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class ResponseContext {
});

const authorizationUrl = client.authorizationUrl(authParams);
debug('redirecting to %s', authorizationUrl);
debug('redirecting to %s, built from query string: %s', authorizationUrl, req.query);
res.redirect(authorizationUrl);
} catch (err) {
next(err);
Expand Down

0 comments on commit 95f2006

Please sign in to comment.