Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Dec 5, 2024
1 parent 834ea39 commit 4a164bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resources/oidc.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = (service, endpoint) => {

const code_challenge = generators.codeChallenge(code_verifier); // eslint-disable-line camelcase

const { next } = req.query ?? '';
const next = req.query.next ?? '';
const state = stateFor(next);

const authUrl = client.authorizationUrl({
Expand Down

0 comments on commit 4a164bb

Please sign in to comment.