perf: account perm (#9595)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-02-16 19:39:10 +08:00
committed by GitHub
parent fc2d7aafce
commit f7500b8aff
4 changed files with 20 additions and 4 deletions

View File

@@ -62,7 +62,6 @@ class Account(AbsConnectivity, BaseAccount):
]
permissions = [
('view_accountsecret', _('Can view asset account secret')),
('change_accountsecret', _('Can change asset account secret')),
('view_historyaccount', _('Can view asset history account')),
('view_historyaccountsecret', _('Can view asset history account secret')),
]