perf: 修改去掉 导入 certs

This commit is contained in:
ibuler
2022-06-21 19:23:29 +08:00
parent 8f59bb2a48
commit fa51465485
5 changed files with 1 additions and 82 deletions

View File

@@ -178,7 +178,7 @@ class UserLoginView(mixins.AuthMixin, FormView):
'logo': static('img/login_feishu_logo.png')
}
]
return [method for method in auth_methods]
return [method for method in auth_methods if method['enabled']]
@staticmethod
def get_support_langs():