Skip to content

Commit 2b1be54

Browse files
Merge pull request #425 from supertokens/fix/tppless-signinup
fix: Thirdpartypasswordless signinup syncio function name
2 parents 8eec089 + 454c08f commit 2b1be54

File tree

1 file changed

+1
-1
lines changed
  • supertokens_python/recipe/thirdpartypasswordless/syncio

1 file changed

+1
-1
lines changed

supertokens_python/recipe/thirdpartypasswordless/syncio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def create_magic_link(
282282
)
283283

284284

285-
def passwordlessSigninup(
285+
def passwordless_signinup(
286286
tenant_id: str,
287287
email: Union[str, None],
288288
phone_number: Union[str, None],

0 commit comments

Comments
 (0)