Fix Startup error
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ async def get_users() -> list[UserOut]:
|
|||||||
summary="Login a user",
|
summary="Login a user",
|
||||||
description="Login a user by providing their username and password",
|
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
|
"""Login a user by providing their username and password
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|||||||
Reference in New Issue
Block a user