Skip to content

Commit 454c08f

Browse files
committed
fix: Thirdpartypasswordless signinup syncio function name
1 parent 8eec089 commit 454c08f

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)