perf: 修复系统用户翻译

pull/6692/head
ibuler 2021-08-19 17:24:31 +08:00 committed by 老广
parent 9660e20176
commit 98e38ebfd8
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class AccountSecretSerializer(AccountSerializer):
'password': {'write_only': False},
'private_key': {'write_only': False},
'public_key': {'write_only': False},
'systemuser_display': {'label': _('System user display')}
}