fix: user update issue, tmdb leak poster issue.

This commit is contained in:
EstrellaXD
2023-09-23 22:32:57 +08:00
parent a54c1066fc
commit 6a73d9ec41
4 changed files with 9 additions and 3 deletions

View File

@@ -63,4 +63,4 @@ async def update_user(
httponly=True,
max_age=86400,
)
return {"access_token": token, "token_type": "bearer"}
return {"access_token": token, "token_type": "bearer", "message": "update success"}