Skip to content

Commit

Permalink
Merge pull request #1721 from Bidaya0/feat/add_user_login
Browse files Browse the repository at this point in the history
feat:add user login massage
  • Loading branch information
Bidaya0 authored Aug 10, 2023
2 parents 8b0f876 + e3585f5 commit 5e5b31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dongtai_web/views/user_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def post(self, request):
status=205,
msg="用户已被禁用",
data={
"default_language": user.default_language,
"is_active": user.is_active,
"default_language": user_login.default_language,
"is_active": user_login.is_active,
},
)
logger.warn(
Expand Down

0 comments on commit 5e5b31d

Please sign in to comment.