mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-08 18:59:47 +00:00
perf: remove debug
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user