perf: profile improvement mfa cancel hide

This commit is contained in:
wangruidong
2024-07-09 16:11:41 +08:00
committed by w940853815
parent b7cee17156
commit 1eb59b379a

View File

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