mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-19 00:55:18 +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():
|
||||
|
||||
@@ -13,7 +13,6 @@ from itertools import chain
|
||||
import paramiko
|
||||
import sshpubkeys
|
||||
from itsdangerous import (
|
||||
TimedSerializer,
|
||||
TimedJSONWebSignatureSerializer, JSONWebSignatureSerializer,
|
||||
BadSignature, SignatureExpired
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user