mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 08:19:04 +00:00
perf: 优化操作日志一些内容
This commit is contained in:
committed by
Jiangjie.Bai
parent
791b175465
commit
6411642ced
@@ -23,7 +23,7 @@ class ChromeSerializer(RemoteAppSerializer):
|
||||
)
|
||||
chrome_password = EncryptedField(
|
||||
max_length=128, allow_blank=True, required=False,
|
||||
label=_('Chrome password'), allow_null=True
|
||||
label=_('Chrome password'), allow_null=True, encrypted_key='chrome_password'
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user