Merge pull request #10889 from jumpserver/pr@dev@perf_connectiontoken

perf: 修复 ConnectionToken 中 account id 的问题
pull/10829/head^2
老广 2023-07-04 11:18:25 +08:00 committed by GitHub
commit 1fa258da3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ class ConnectionToken(JMSOrgBaseModel):
}
else:
data = {
'id': account.id,
'name': account.name,
'username': account.username,
'secret_type': account.secret_type,