Loading src/PersonalSettings.vue +7 −7 Original line number Diff line number Diff line <template> <SettingsSection :title="t('ecloud-accounts', 'Options')" v-if="shopUserExists"> <SettingsSection v-if="shopUserExists" :title="t('ecloud-accounts', 'Options')"> <p> {{ t('ecloud-accounts', 'We are going to proceed with your cloud account suppression. Check the box below if you also want to delete the associated shop account.') Loading Loading @@ -125,8 +125,8 @@ export default { url, { params: { shopEmailPostDelete: this.shopEmailPostDelete } shopEmailPostDelete: this.shopEmailPostDelete, }, } ) return status Loading src/delete-account-listeners.js +1 −1 File changed.Contains only whitespace changes. Show changes Loading
src/PersonalSettings.vue +7 −7 Original line number Diff line number Diff line <template> <SettingsSection :title="t('ecloud-accounts', 'Options')" v-if="shopUserExists"> <SettingsSection v-if="shopUserExists" :title="t('ecloud-accounts', 'Options')"> <p> {{ t('ecloud-accounts', 'We are going to proceed with your cloud account suppression. Check the box below if you also want to delete the associated shop account.') Loading Loading @@ -125,8 +125,8 @@ export default { url, { params: { shopEmailPostDelete: this.shopEmailPostDelete } shopEmailPostDelete: this.shopEmailPostDelete, }, } ) return status Loading