Skip to content

Commit

Permalink
remove debug output serverside
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqiuw committed Sep 13, 2023
1 parent e06ffcb commit a8e6bff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ async function getOidcEndpoint() {
}
if (OIDC_USE_PKCE) {
const codeChallenge = await generateCodeChallengeFromVerifier(codeVerifier)
console.log(codeChallenge)
authParams = {
...authParams,
code_challenge: codeChallenge,
Expand Down

0 comments on commit a8e6bff

Please sign in to comment.