perf: 验证MFA不显示错误提示

This commit is contained in:
“huailei000”
2023-02-23 20:05:46 +08:00
committed by huailei
parent fceb5904fe
commit 7deaf27526

View File

@@ -119,7 +119,7 @@ export default {
mounted() {
if (this.showPasswordRecord) {
const url = `/api/v1/accounts/account-secrets/${this.account.id}/histories/?limit=1`
this.$axios.get(url).then(resp => {
this.$axios.get(url, { disableFlashErrorMsg: true }).then(resp => {
this.versions = resp.count
})
}