Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit fab26ac

Browse files
Add follow_redirects=True
1 parent 5eea191 commit fab26ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase_auth/_sync/gotrue_base_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(
2222
):
2323
self._url = url
2424
self._headers = headers
25-
self._http_client = http_client or SyncClient()
25+
self._http_client = http_client or SyncClient(follow_redirects=True)
2626

2727
def __enter__(self) -> Self:
2828
return self

0 commit comments

Comments
 (0)