mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-02 07:03:40 +00:00
fix: 修复 connect token remote app 错误
This commit is contained in:
parent
44ee80b05a
commit
4b61790a92
@ -45,7 +45,7 @@ class RDPFileClientProtocolURLMixin:
|
||||
'app_name': applet.name,
|
||||
'user_id': str(token.user.id),
|
||||
'asset_id': str(token.asset.id),
|
||||
'token_id': token.id
|
||||
'token_id': str(token.id)
|
||||
}
|
||||
|
||||
app = '||tinker'
|
||||
|
Loading…
Reference in New Issue
Block a user