From edae6942ac8e382c864fee244e057f502eb60fe2 Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Wed, 30 Nov 2022 20:02:13 +0800 Subject: [PATCH] perf: connection token client add protocol (#9134) Co-authored-by: feng <1304903146@qq.com> --- apps/authentication/api/connection_token.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/authentication/api/connection_token.py b/apps/authentication/api/connection_token.py index 6293c4627..e9df9d33b 100644 --- a/apps/authentication/api/connection_token.py +++ b/apps/authentication/api/connection_token.py @@ -154,6 +154,7 @@ class RDPFileClientProtocolURLMixin: data = { 'id': str(token.id), 'value': token.value, + 'protocol': token.protocol, 'command': '', 'file': {} }