fix: 修复因vault 改密500 问题 (#11168)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-08-02 13:11:46 +08:00
committed by GitHub
parent 93ba4443dd
commit d486dfc7f7
2 changed files with 4 additions and 3 deletions

View File

@@ -155,9 +155,6 @@ class AccountTemplate(BaseAccount):
).first()
return account
def __str__(self):
return self.username
@staticmethod
def bulk_update_accounts(accounts, data):
history_model = Account.history.model