Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco committed May 28, 2024
1 parent 7059504 commit cf2f9be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions supabase_auth/_async/gotrue_admin_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ def __init__(
url: str = "",
headers: Dict[str, str] = {},
http_client: Union[AsyncClient, None] = None,
verify: bool = True,
) -> None:
AsyncGoTrueBaseAPI.__init__(
self,
url=url,
headers=headers,
http_client=http_client,
verify=verify,
)
self.mfa = AsyncGoTrueAdminMFAAPI()
self.mfa.list_factors = self._list_factors
Expand Down

0 comments on commit cf2f9be

Please sign in to comment.