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

Commit 412449a

Browse files
committed
add missing await
1 parent 5520ad8 commit 412449a

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
@@ -159,7 +159,7 @@ async def sign_in_anonymously(
159159
"""
160160
Creates a new anonymous user.
161161
"""
162-
self._remove_session()
162+
await self._remove_session()
163163
if credentials is None:
164164
credentials = {"options": {}}
165165
options = credentials.get("options", {})

0 commit comments

Comments
 (0)