Browse Source

perf: Device asset remove_account_enabled false (#13426)

Co-authored-by: feng <1304903146@qq.com>
pull/13427/head
fit2bot 5 months ago committed by GitHub
parent
commit
d6718d7b78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      apps/assets/const/device.py

3
apps/assets/const/device.py

@ -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,
}
}

Loading…
Cancel
Save