From a784a3320347f55dc099b24e6d43fe6e1c2bbde3 Mon Sep 17 00:00:00 2001 From: xinwen Date: Thu, 16 Sep 2021 16:44:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=94=A8=E6=88=B7=E6=8F=90=E7=A4=BA=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/authentication/api/connection_token.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/authentication/api/connection_token.py b/apps/authentication/api/connection_token.py index b53a379e7..a4b36ac3b 100644 --- a/apps/authentication/api/connection_token.py +++ b/apps/authentication/api/connection_token.py @@ -89,9 +89,6 @@ class ClientProtocolMixin: drives_redirect = is_true(self.request.query_params.get('drives_redirect')) token = self.create_token(user, asset, application, system_user) - if system_user.login_mode == SystemUser.LOGIN_MANUAL: - options['prompt for credentials on client:i'] = '1' - if drives_redirect: options['drivestoredirect:s'] = '*' options['screen mode id:i'] = '2' if full_screen else '1'