Skip to content

Commit

Permalink
Merge pull request hoppscotch#1765 from hughobrien/fix-oauth-param-names
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas authored Aug 7, 2021
2 parents f71d93a + ead9c23 commit b036863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/oauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const oauthRedirect = () => {
code: q.code,
client_id: getLocalConfig("client_id"),
redirect_uri: redirectUri,
codeVerifier: getLocalConfig("pkce_codeVerifier"),
code_verifier: getLocalConfig("pkce_codeVerifier"),
})
} catch (err) {
console.log(`${error.error}\n\n${error.error_description}`)
Expand Down

0 comments on commit b036863

Please sign in to comment.