From 0b1a1591f84841f95cb1bea42bc179e7888ad18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=A5=E5=81=A5?= Date: Thu, 26 Aug 2021 15:12:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8E=20=5F=5Fall=5F=5F=20=E4=B8=AD?= =?UTF-8?q?=E5=88=A0=E9=99=A4=20RDPFileSerializer=20(#6727)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 从 __all__ 中删除 RDPFileSerializer RDPFileSerializer 已经被删除 Co-authored-by: Jiangjie.Bai <32935519+BaiJiangJie@users.noreply.github.com> Co-authored-by: 老广 Co-authored-by: xinwen Co-authored-by: Eric_Lee --- apps/authentication/serializers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/authentication/serializers.py b/apps/authentication/serializers.py index 989d94d62..b343d33f4 100644 --- a/apps/authentication/serializers.py +++ b/apps/authentication/serializers.py @@ -16,7 +16,7 @@ from .models import AccessKey, LoginConfirmSetting __all__ = [ 'AccessKeySerializer', 'OtpVerifySerializer', 'BearerTokenSerializer', 'MFAChallengeSerializer', 'LoginConfirmSettingSerializer', 'SSOTokenSerializer', - 'ConnectionTokenSerializer', 'ConnectionTokenSecretSerializer', 'RDPFileSerializer', + 'ConnectionTokenSerializer', 'ConnectionTokenSecretSerializer', 'PasswordVerifySerializer', ]