Skip to content

Commit ebe361f

Browse files
author
Joel Lee
committed
chore: remove detect session in url
1 parent 4e8a5bc commit ebe361f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: supabase/client.py

-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ def _init_supabase_auth_client(
149149
return SupabaseAuthClient(
150150
url=auth_url,
151151
auto_refresh_token=client_options.auto_refresh_token,
152-
detect_session_in_url=client_options.detect_session_in_url,
153152
persist_session=client_options.persist_session,
154153
local_storage=client_options.local_storage,
155154
headers=client_options.headers,

0 commit comments

Comments
 (0)