Skip to content

Commit

Permalink
fix: Make tenant id compulsory
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu committed Jul 19, 2023
1 parent 9c92072 commit c328686
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 @@ -336,6 +336,6 @@ async def login_methods_get(


TypeGetAllowedDomainsForTenantId = Callable[
[Optional[str], Dict[str, Any]],
[str, Dict[str, Any]],
Awaitable[List[str]],
]

0 comments on commit c328686

Please sign in to comment.