diff --git a/src/routes/user.py b/src/routes/user.py index 6c5b617..3706d36 100644 --- a/src/routes/user.py +++ b/src/routes/user.py @@ -35,7 +35,7 @@ async def get_users() -> list[UserOut]: summary="Login a user", description="Login a user by providing their username and password", ) -async def login(user: UserCredentials) -> UserOut | Response: +async def login(user: UserCredentials): """Login a user by providing their username and password Returns: