Skip to content

Commit

Permalink
remove leftover state in ac
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Sep 11, 2017
1 parent c4513ff commit 14ac39b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/actions/authorization/process_response_types.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ module.exports = (provider) => {
nonce: ctx.oidc.params.nonce,
redirectUri: ctx.oidc.params.redirect_uri,
scope: ctx.oidc.params.scope,
state: ctx.oidc.params.state,
});

if (pkce) {
Expand Down

0 comments on commit 14ac39b

Please sign in to comment.