Skip to content

Commit

Permalink
fix: token endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Aug 23, 2024
1 parent 6f09926 commit 93c3790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/build/recipe/oauth2provider/recipeImplementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ function getRecipeInterface(
}
const res = await querier.sendPostRequest(
new normalisedURLPath_1.default(`/recipe/oauth/token`),
body,
{ body },
input.userContext
);
if (res.status !== "OK") {
Expand Down
2 changes: 1 addition & 1 deletion lib/ts/recipe/oauth2provider/recipeImplementation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export default function getRecipeInterface(

const res = await querier.sendPostRequest(
new NormalisedURLPath(`/recipe/oauth/token`),
body,
{ body },
input.userContext
);

Expand Down

0 comments on commit 93c3790

Please sign in to comment.