mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-27 15:54:14 +00:00
perf: 修改account密码加载
This commit is contained in:
@@ -27,7 +27,6 @@ class AuthBook(BaseUser, AbsConnectivity):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
self.auth_snapshot = {}
|
||||
self.load_auth()
|
||||
|
||||
def get_or_systemuser_attr(self, attr):
|
||||
val = getattr(self, attr, None)
|
||||
|
Reference in New Issue
Block a user