Skip to content

Commit

Permalink
fix: fix api path in doesPhoneNumberExist
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed May 23, 2024
1 parent d1cfe64 commit 48ac925
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundle/passwordless.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/build/recipe/passwordless/recipeImplementation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/ts/recipe/passwordless/recipeImplementation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export default function getRecipeImplementation(
await Multitenancy.getInstanceOrThrow().recipeImplementation.getTenantId({
userContext: input.userContext,
}),
"/passwordless/phoneNumber/exists",
"/passwordless/phonenumber/exists",
{},
{ phoneNumber: input.phoneNumber },
Querier.preparePreAPIHook({
Expand Down

0 comments on commit 48ac925

Please sign in to comment.