Merge branch 'master' into dev_api_password

This commit is contained in:
pycook 2023-10-29 11:41:23 +08:00 committed by GitHub
commit e0059cfc84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -723,7 +723,6 @@ class CIManager(object):
def save_password(cls, ci_id, attr_id, value, record_id, type_id):
changed = None
encrypt_value = None
value_table = ValueTypeMap.table[ValueTypeEnum.PASSWORD]
if current_app.config.get('SECRETS_ENGINE') == 'inner':
if value: