Skip to content

Commit

Permalink
fix: Make tenant_id compulsory for get_allowed_domains_for_tenant_id …
Browse files Browse the repository at this point in the history
…function
  • Loading branch information
KShivendu committed Jul 13, 2023
1 parent 09b0320 commit 7164839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supertokens_python/recipe/multitenancy/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,6 @@ async def login_methods_get(


TypeGetAllowedDomainsForTenantId = Callable[
[Union[str, None], Dict[str, Any]],
[str, Dict[str, Any]],
Awaitable[List[str]],
]

0 comments on commit 7164839

Please sign in to comment.