Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #64 from cuichenli/fix-code-challenge-import
Browse files Browse the repository at this point in the history
Fix codeChallenge import
  • Loading branch information
payton authored May 31, 2020
2 parents 73e2ede + e814073 commit 84ceb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authn/pkce.index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const cookie = require('cookie');
const jwkToPem = require('jwk-to-pem');
const auth = require('./auth.js');
const nonce = require('./nonce.js');
const codeChallenge = require('./code_challenge.js');
const codeChallenge = require('./code-challenge.js');
const axios = require('axios');
var discoveryDocument;
var jwks;
Expand Down

0 comments on commit 84ceb51

Please sign in to comment.