diff --git a/gotrue/_async/gotrue_client.py b/gotrue/_async/gotrue_client.py index 378801eb..3a27210f 100644 --- a/gotrue/_async/gotrue_client.py +++ b/gotrue/_async/gotrue_client.py @@ -500,7 +500,7 @@ async def sign_out(self) -> None: await self._remove_session() self._notify_all_subscribers("SIGNED_OUT", None) - async def on_auth_state_change( + def on_auth_state_change( self, callback: Callable[[AuthChangeEvent, Union[Session, None]], None], ) -> Subscription: