mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-31 22:36:37 +00:00
fix: 远程应用特权用户不生效问题
This commit is contained in:
parent
2ffb9a5aa3
commit
9f98e3f098
@ -224,6 +224,7 @@ class ConnectionToken(JMSOrgBaseModel):
|
||||
'su_from': account.su_from,
|
||||
'org_id': account.org_id
|
||||
}
|
||||
data['privileged'] = account.privileged
|
||||
return Account(**data)
|
||||
|
||||
@lazyproperty
|
||||
|
Loading…
Reference in New Issue
Block a user