From 70088578aed08bf94b587884d7ac5dabfe361198 Mon Sep 17 00:00:00 2001 From: Bai Date: Wed, 3 Jun 2020 21:07:20 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E9=A6=96=E6=AC=A1=E7=99=BB=E9=99=86=E5=AE=8C=E5=96=84=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E4=BF=A1=E6=81=AF=E8=A1=A8=E5=8D=95=E4=B8=ADmfa?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E7=9A=84=E6=93=8D=E4=BD=9C2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PersonalInformationImprovement.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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']] ],