Skip to content

Commit 7164839

Browse files
committed
fix: Make tenant_id compulsory for get_allowed_domains_for_tenant_id function
1 parent 09b0320 commit 7164839

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

295295

296296
TypeGetAllowedDomainsForTenantId = Callable[
297-
[Union[str, None], Dict[str, Any]],
297+
[str, Dict[str, Any]],
298298
Awaitable[List[str]],
299299
]

0 commit comments

Comments
 (0)