Fix Startup error
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user