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

Commit 4734d0d

Browse files
committed
add await to async call for anonymous sign in request
1 parent b194f07 commit 4734d0d

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
@@ -165,7 +165,7 @@ async def sign_in_anonymously(
165165
options = credentials.get("options", {})
166166
data = options.get("data") or {}
167167
captcha_token = options.get("captcha_token")
168-
response = self._request(
168+
response = await self._request(
169169
"POST",
170170
"signup",
171171
body={

0 commit comments

Comments
 (0)