Skip to content

Commit

Permalink
added missing build
Browse files Browse the repository at this point in the history
  • Loading branch information
niftyvictor committed Feb 5, 2025
1 parent 7c2441e commit 8e842c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/build/recipe/webauthn/recipeImplementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,11 +332,9 @@ function getRecipeInterface(querier, getWebauthnConfig) {
};
},
getUserFromRecoverAccountToken: async function ({ token, tenantId, userContext }) {
return await querier.sendPostRequest(
return await querier.sendGetRequest(
new normalisedURLPath_1.default(
`/${
tenantId === undefined ? constants_1.DEFAULT_TENANT_ID : tenantId
}/recipe/webauthn/user/recover/token`
`/${tenantId === undefined ? constants_1.DEFAULT_TENANT_ID : tenantId}/recipe/webauthn/user/recover`
),
{ token },
userContext
Expand Down

0 comments on commit 8e842c6

Please sign in to comment.