mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
perf: 验证MFA不显示错误提示
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user