mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix(auth): resolve conflicts
This commit is contained in:
@@ -41,6 +41,7 @@ async def login_access_token(
|
||||
),
|
||||
token_type="bearer",
|
||||
super_user=user_or_message.is_superuser,
|
||||
user_id=user_or_message.id,
|
||||
user_name=user_or_message.name,
|
||||
avatar=user_or_message.avatar,
|
||||
level=level
|
||||
|
||||
Reference in New Issue
Block a user