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 2940262 commit eba8528
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions supabase_auth/_sync/gotrue_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,14 @@ def __init__(
storage: Union[SyncSupportedStorage, None] = None,
http_client: Union[SyncClient, None] = None,
flow_type: AuthFlowType = "implicit",
verify: bool = True,
) -> None:
SyncGoTrueBaseAPI.__init__(
self,
url=url or GOTRUE_URL,
headers=headers or DEFAULT_HEADERS,
http_client=http_client,
verify=verify,
)
self._storage_key = storage_key or STORAGE_KEY
self._auto_refresh_token = auto_refresh_token
Expand Down

0 comments on commit eba8528

Please sign in to comment.