perf: 优化操作日志一些内容

This commit is contained in:
jiangweidong
2022-11-14 08:19:32 +08:00
committed by Jiangjie.Bai
parent 791b175465
commit 6411642ced
4 changed files with 14 additions and 14 deletions

View File

@@ -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'
)