fix: 修复 connect token remote app 错误

pull/9133/head
ibuler 2022-11-29 21:50:48 +08:00
parent 44ee80b05a
commit 4b61790a92
1 changed files with 1 additions and 1 deletions

View File

@ -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'