From 4b61790a923185d1d95e5883b77fb72a5cf3f3e9 Mon Sep 17 00:00:00 2001 From: ibuler Date: Tue, 29 Nov 2022 21:50:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20connect=20token=20r?= =?UTF-8?q?emote=20app=20=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/authentication/api/connection_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/authentication/api/connection_token.py b/apps/authentication/api/connection_token.py index 67c732519..6293c4627 100644 --- a/apps/authentication/api/connection_token.py +++ b/apps/authentication/api/connection_token.py @@ -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'