mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-01 15:07:43 +00:00
perf: profile improvement mfa cancel hide
This commit is contained in:
@@ -41,9 +41,6 @@ export default {
|
|||||||
component: PhoneInput
|
component: PhoneInput
|
||||||
},
|
},
|
||||||
mfa_level: {
|
mfa_level: {
|
||||||
hidden: (formValue) => {
|
|
||||||
return formValue.mfa_level === 2
|
|
||||||
},
|
|
||||||
helpText: this.$t('MFAOfUserFirstLoginPersonalInformationImprovementPage')
|
helpText: this.$t('MFAOfUserFirstLoginPersonalInformationImprovementPage')
|
||||||
},
|
},
|
||||||
public_key: {
|
public_key: {
|
||||||
@@ -90,8 +87,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user