diff --git a/src/userviews/users/UserFirstLogin/PersonalInformationImprovement/PersonalInformationImprovement.vue b/src/userviews/users/UserFirstLogin/PersonalInformationImprovement/PersonalInformationImprovement.vue index 44ff20f16..f12339171 100644 --- a/src/userviews/users/UserFirstLogin/PersonalInformationImprovement/PersonalInformationImprovement.vue +++ b/src/userviews/users/UserFirstLogin/PersonalInformationImprovement/PersonalInformationImprovement.vue @@ -32,7 +32,8 @@ export default { return { url: `/api/v1/users/profile/`, fields: [ - [this.$t('users.Account'), ['username', 'name', 'email', 'mfa_level', 'public_key']], + [this.$t('users.Account'), ['username', 'name', 'email']], + [this.$t('users.Authentication'), ['mfa_level', 'public_key']], [this.$t('common.Other'), ['phone', 'wechat']], [this.$t('users.TermsAndConditions'), ['terms']] ],