File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 5555 CreateAndSendCustomTextMessageParameters ,
5656)
5757from supertokens_python .recipe .session import SessionContainer , SessionRecipe
58+ from supertokens_python .recipe .multitenancy import MultitenancyRecipe
5859from supertokens_python .recipe .session .interfaces import (
5960 APIInterface as SessionAPIInterface ,
6061)
@@ -293,6 +294,7 @@ def custom_init(
293294 EmailVerificationRecipe .reset ()
294295 ThirdPartyEmailPasswordRecipe .reset ()
295296 DashboardRecipe .reset ()
297+ MultitenancyRecipe .reset ()
296298 Supertokens .reset ()
297299
298300 def override_email_verification_apis (
Original file line number Diff line number Diff line change 8484)
8585from supertokens_python .recipe .passwordless .interfaces import APIOptions as PAPIOptions
8686from supertokens_python .recipe .session import SessionContainer , SessionRecipe
87+ from supertokens_python .recipe .multitenancy .recipe import MultitenancyRecipe
8788from supertokens_python .recipe .session .framework .fastapi import verify_session
8889from supertokens_python .recipe .session .interfaces import (
8990 APIInterface as SessionAPIInterface ,
@@ -297,6 +298,7 @@ def custom_init(
297298 EmailPasswordRecipe .reset ()
298299 ThirdPartyEmailPasswordRecipe .reset ()
299300 DashboardRecipe .reset ()
301+ MultitenancyRecipe .reset ()
300302 Supertokens .reset ()
301303
302304 providers_list : List [thirdpartypasswordless .ProviderInput ] = [
Original file line number Diff line number Diff line change 7979)
8080from supertokens_python .recipe .passwordless .interfaces import APIOptions as PAPIOptions
8181from supertokens_python .recipe .session import SessionRecipe
82+ from supertokens_python .recipe .multitenancy import MultitenancyRecipe
8283from supertokens_python .recipe .session .framework .flask import verify_session
8384from supertokens_python .recipe .session .interfaces import (
8485 APIInterface as SessionAPIInterface ,
@@ -297,6 +298,7 @@ def custom_init(
297298 EmailVerificationRecipe .reset ()
298299 ThirdPartyEmailPasswordRecipe .reset ()
299300 DashboardRecipe .reset ()
301+ MultitenancyRecipe .reset ()
300302 Supertokens .reset ()
301303
302304 def override_email_verification_apis (
You can’t perform that action at this time.
0 commit comments