mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-31 06:34:13 +00:00
perf: profile improvement mfa cancel hide
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user