fix: 请求 token 接口,登录类型没内容

This commit is contained in:
xinwen
2021-04-14 14:45:15 +08:00
committed by 老广
parent 73b67da4c0
commit 7da14571ac
3 changed files with 20 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ class UserLoginLog(models.Model):
LOGIN_TYPE_CHOICE = (
('W', 'Web'),
('T', 'Terminal'),
('U', 'Unknown'),
)
MFA_DISABLED = 0