Skip to content

Commit 9c92072

Browse files
committed
fix: Revert to create seperate PR
1 parent 176ad17 commit 9c92072

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-
[str, Dict[str, Any]],
339+
[Optional[str], Dict[str, Any]],
340340
Awaitable[List[str]],
341341
]

0 commit comments

Comments
 (0)