mirror of https://github.com/jumpserver/jumpserver
perf: remove debug
parent
98a2d39a04
commit
f192567072
|
@ -327,7 +327,6 @@ class AuthACLMixin:
|
|||
get_request_ip: Callable
|
||||
|
||||
def _check_login_acl(self, user, ip):
|
||||
raise ValueError('Not implement')
|
||||
# ACL 限制用户登录
|
||||
acl = LoginACL.match(user, ip)
|
||||
if not acl:
|
||||
|
|
Loading…
Reference in New Issue