diff --git a/src/views/accounts/AccountChangeSecret/AccountChangeDashboard.vue b/src/views/accounts/AccountChangeSecret/AccountChangeDashboard.vue deleted file mode 100644 index 2a445937a..000000000 --- a/src/views/accounts/AccountChangeSecret/AccountChangeDashboard.vue +++ /dev/null @@ -1,13 +0,0 @@ - - - - - diff --git a/src/views/accounts/AccountChangeSecret/index.vue b/src/views/accounts/AccountChangeSecret/index.vue index 6ed5c7147..abc30c9e7 100644 --- a/src/views/accounts/AccountChangeSecret/index.vue +++ b/src/views/accounts/AccountChangeSecret/index.vue @@ -18,7 +18,7 @@ export default { { title: this.$t('Overview'), name: 'AccountChangeDashboard', - component: () => import('@/views/accounts/AccountChangeSecret/AccountChangeDashboard.vue') + component: () => import('@/views/dashboard/ChangeSecret') }, { title: this.$t('AccountChangeSecret'), diff --git a/src/views/dashboard/ChangeSecret/AccountSummary.vue b/src/views/dashboard/ChangeSecret/AccountSummary.vue new file mode 100644 index 000000000..9d1d21433 --- /dev/null +++ b/src/views/dashboard/ChangeSecret/AccountSummary.vue @@ -0,0 +1,84 @@ +