mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-22 11:58:29 +00:00
perf: 修改去掉 导入 certs
This commit is contained in:
@@ -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():
|
||||
|
Reference in New Issue
Block a user