perf: profile improvement mfa cancel hide

This commit is contained in:
wangruidong
2024-06-06 17:19:40 +08:00
committed by w940853815
parent a3a58040a0
commit b2f650cab0

View File

@@ -41,9 +41,6 @@ export default {
component: PhoneInput
},
mfa_level: {
hidden: (formValue) => {
return formValue.mfa_level === 2
},
helpText: this.$t('MFAOfUserFirstLoginPersonalInformationImprovementPage')
},
public_key: {
@@ -90,8 +87,7 @@ export default {
}
}
},
methods: {
}
methods: {}
}
</script>