fix(auth): resolve conflicts

This commit is contained in:
InfinityPacer
2024-10-19 18:03:18 +08:00
7 changed files with 27 additions and 10 deletions
+2
View File
@@ -10,6 +10,8 @@ class Token(BaseModel):
token_type: str
# 超级用户
super_user: bool
# 用户ID
user_id: int
# 用户名
user_name: str
# 头像