diff --git a/backend/chainlit/auth/__init__.py b/backend/chainlit/auth/__init__.py index 3df52189e3..bae68f0d11 100644 --- a/backend/chainlit/auth/__init__.py +++ b/backend/chainlit/auth/__init__.py @@ -80,4 +80,4 @@ async def get_current_user(token: str = Depends(reuseable_oauth)): return await authenticate_user(token) -__all__ = ["create_jwt", "get_current_user", "get_configuration"] +__all__ = ["create_jwt", "get_configuration", "get_current_user"]