mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-13 22:09:17 +00:00
perf: 修改同名账号登录报错
This commit is contained in:
@@ -301,7 +301,7 @@ class Applet(JMSBaseModel):
|
||||
'account': account,
|
||||
'lock_key': lock_key
|
||||
}
|
||||
logger.debug('Select host and account: {}'.format(res))
|
||||
logger.debug('Select host and account: {}-{}'.format(host.name, account.username))
|
||||
return res
|
||||
|
||||
def delete(self, using=None, keep_parents=False):
|
||||
|
Reference in New Issue
Block a user