From 9f98e3f098e67b7e8c257b3df219d1b77f6bf608 Mon Sep 17 00:00:00 2001 From: halo Date: Sun, 12 Mar 2023 21:27:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=9C=E7=A8=8B=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E7=89=B9=E6=9D=83=E7=94=A8=E6=88=B7=E4=B8=8D=E7=94=9F=E6=95=88?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/authentication/models/connection_token.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/authentication/models/connection_token.py b/apps/authentication/models/connection_token.py index fa9fd64c6..5e344bed7 100644 --- a/apps/authentication/models/connection_token.py +++ b/apps/authentication/models/connection_token.py @@ -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