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

Commit 5520ad8

Browse files
committed
add await
1 parent 4734d0d commit 5520ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase_auth/_async/gotrue_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ async def sign_in_anonymously(
177177
xform=parse_auth_response,
178178
)
179179
if response.session:
180-
self._save_session(response.session)
180+
await self._save_session(response.session)
181181
self._notify_all_subscribers("SIGNED_IN", response.session)
182182
return response
183183

0 commit comments

Comments
 (0)