mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-16 15:28:38 +00:00
perf: 优化 accounts
This commit is contained in:
@@ -113,7 +113,7 @@ class UserCreation:
|
||||
"username": username,
|
||||
"password": password,
|
||||
"protocol": protocol,
|
||||
"auto_push": bool(int(auto_push)),
|
||||
"auto_push_account": bool(int(auto_push)),
|
||||
"login_mode": "auto"
|
||||
}
|
||||
users.append(info)
|
||||
|
Reference in New Issue
Block a user