Skip to content

Commit

Permalink
add await to async call for anonymous sign in request
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Jun 23, 2024
1 parent b194f07 commit 4734d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase_auth/_async/gotrue_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ async def sign_in_anonymously(
options = credentials.get("options", {})
data = options.get("data") or {}
captcha_token = options.get("captcha_token")
response = self._request(
response = await self._request(
"POST",
"signup",
body={
Expand Down

0 comments on commit 4734d0d

Please sign in to comment.