Skip to content

Commit 72f299a

Browse files
Merge pull request #374 from supertokens/fix/compulsory-tenant-id
fix: Make tenant id compulsory in TypeGetAllowedDomainsForTenantId
2 parents 86b02a9 + 1183ef4 commit 72f299a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supertokens_python/recipe/multitenancy/interfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,5 +336,5 @@ async def login_methods_get(
336336

337337

338338
TypeGetAllowedDomainsForTenantId = Callable[
339-
[Optional[str], Dict[str, Any]], Awaitable[Optional[List[str]]]
339+
[str, Dict[str, Any]], Awaitable[Optional[List[str]]]
340340
]

0 commit comments

Comments
 (0)