mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-22 02:21:58 +00:00
perf: remove debug
This commit is contained in:
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
Block a user