mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-16 15:19:25 +00:00
Merge branch 'dev' of github.com:jumpserver/lina into dev
This commit is contained in:
@@ -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']]
|
||||
],
|
||||
|
Reference in New Issue
Block a user