mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-17 16:31:28 +00:00
perf: 修复 ConnectionToken 中 account id 的问题
This commit is contained in:
parent
8b18f46613
commit
d7f9f3b670
@ -222,6 +222,7 @@ class ConnectionToken(JMSOrgBaseModel):
|
|||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
data = {
|
data = {
|
||||||
|
'id': account.id,
|
||||||
'name': account.name,
|
'name': account.name,
|
||||||
'username': account.username,
|
'username': account.username,
|
||||||
'secret_type': account.secret_type,
|
'secret_type': account.secret_type,
|
||||||
|
Loading…
Reference in New Issue
Block a user