diff --git a/supertokens_python/recipe/multitenancy/interfaces.py b/supertokens_python/recipe/multitenancy/interfaces.py index 3368fc5f9..cbc1f3a58 100644 --- a/supertokens_python/recipe/multitenancy/interfaces.py +++ b/supertokens_python/recipe/multitenancy/interfaces.py @@ -336,6 +336,6 @@ async def login_methods_get( TypeGetAllowedDomainsForTenantId = Callable[ - [Optional[str], Dict[str, Any]], + [str, Dict[str, Any]], Awaitable[List[str]], ]