v2.4.1: 修复 2FA 登录和前端数据加载问题
- 修复登录接口 response_model 导致 2FA 返回格式验证失败(500错误) - 修复 showProfile 未调用 loadTwofaStatus 导致 2FA 状态一直显示加载中 - 修复 hideOthers 默认值为 false 确保管理员可查看所有数据 - 删除重复的 doLogin 函数 - 删除残留的代码片段修复 JavaScript 语法错误
This commit is contained in:
@@ -14,3 +14,6 @@ httpx==0.26.0
|
||||
python-dateutil==2.8.2
|
||||
apscheduler==3.10.4
|
||||
aiosmtplib==3.0.1
|
||||
pyotp==2.9.0
|
||||
qrcode==7.4.2
|
||||
pillow==10.2.0
|
||||
|
||||
Reference in New Issue
Block a user