We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eed53e commit 758092bCopy full SHA for 758092b
supertokens_python/recipe/emailverification/syncio/__init__.py
@@ -95,9 +95,6 @@ def create_email_verification_link(
95
tenant_id: Optional[str] = None,
96
user_context: Optional[Dict[str, Any]] = None,
97
):
98
- if user_context is None:
99
- user_context = {}
100
-
101
from supertokens_python.recipe.emailverification.asyncio import (
102
create_email_verification_link,
103
)
@@ -111,9 +108,6 @@ def send_email_verification_email(
111
108
112
109
113
110
114
115
116
117
118
send_email_verification_email,
119
0 commit comments