perf: Device asset remove_account_enabled false (#13426)

Co-authored-by: feng <1304903146@qq.com>
pull/13427/head
fit2bot 2024-06-14 14:47:13 +08:00 committed by GitHub
parent 32966b260a
commit d6718d7b78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ class DeviceTypes(BaseType):
'gather_accounts_enabled': False,
'verify_account_enabled': True,
'change_secret_enabled': True,
'push_account_enabled': False
'push_account_enabled': False,
'remove_account_enabled': False,
}
}