Skip to content

Commit c328686

Browse files
committed
fix: Make tenant id compulsory
1 parent 9c92072 commit c328686

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,6 +336,6 @@ async def login_methods_get(
336336

337337

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

0 commit comments

Comments
 (0)